diff options
Diffstat (limited to 'etc/postfix/master.cf')
-rw-r--r-- | etc/postfix/master.cf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/postfix/master.cf b/etc/postfix/master.cf index 00bb1250..195327d4 100644 --- a/etc/postfix/master.cf +++ b/etc/postfix/master.cf @@ -26,7 +26,7 @@ submission inet n - n - - smtpd -o smtpd_sasl_auth_enable=yes -o smtpd_tls_auth_only=yes # -o local_header_rewrite_clients=static:all -# -o smtpd_hide_client_session=yes + -o smtpd_hide_client_session=yes -o smtpd_reject_unlisted_recipient=no # Instead of specifying complex smtpd_<xxx>_restrictions here, # specify "smtpd_<xxx>_restrictions=$mua_<xxx>_restrictions" @@ -46,7 +46,7 @@ submissions inet n - n - - smtpd -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes # -o local_header_rewrite_clients=static:all -# -o smtpd_hide_client_session=yes + -o smtpd_hide_client_session=yes -o smtpd_reject_unlisted_recipient=no # Instead of specifying complex smtpd_<xxx>_restrictions here, # specify "smtpd_<xxx>_restrictions=$mua_<xxx>_restrictions" |