Add smtpd_recipient_restrictions for copr according to main.cf
This commit is contained in:
parent
c39397d028
commit
fee9bd85b7
1 changed files with 4 additions and 0 deletions
|
@ -685,3 +685,7 @@ readme_directory = /usr/share/doc/postfix-2.4.5/README_FILES
|
||||||
|
|
||||||
message_size_limit = 20971520
|
message_size_limit = 20971520
|
||||||
inet_protocols = ipv4
|
inet_protocols = ipv4
|
||||||
|
|
||||||
|
# This has to be set in newer postfix 3.3.0 or later or it will refuse to
|
||||||
|
# send any email. ;(
|
||||||
|
smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue