postfix: add smtpd_relay_restrictions parameter
This commit is contained in:
parent
e03fedc7ec
commit
9385b71fbb
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
smtpd_banner = $myhostname ESMTP
|
smtpd_banner = $myhostname ESMTP
|
||||||
|
|
||||||
disable_vrfy_command = yes
|
disable_vrfy_command = yes
|
||||||
|
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated, defer_unauth_destination
|
||||||
|
|
||||||
smtp_use_tls = yes
|
smtp_use_tls = yes
|
||||||
smtp_tls_CApath = /etc/pki/tls/certs
|
smtp_tls_CApath = /etc/pki/tls/certs
|
||||||
|
|
Loading…
Reference in a new issue