Browse Source

disable sender login checks

master
parent
commit
5ef5b6cb0f
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/master.cf.j2

+ 2
- 2
templates/master.cf.j2 View File

@@ -28,8 +28,8 @@ submission inet n - y - - smtpd
-o smtpd_sasl_security_options=noanonymous -o smtpd_sasl_security_options=noanonymous
-o smtpd_sasl_local_domain=$myhostname -o smtpd_sasl_local_domain=$myhostname
-o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o smtpd_sender_login_maps=hash:/etc/postfix/virtual
-o smtpd_sender_restrictions=reject_sender_login_mismatch
#-o smtpd_sender_login_maps=hash:/etc/postfix/virtual
#-o smtpd_sender_restrictions=reject_sender_login_mismatch
-o smtpd_recipient_restrictions=reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject -o smtpd_recipient_restrictions=reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject
-o smtpd_reject_unlisted_recipient=no -o smtpd_reject_unlisted_recipient=no
-o smtpd_helo_required=no -o smtpd_helo_required=no


Loading…
Cancel
Save