Browse Source

bugfixing

feature/startup-from-labels
Mario Alegre 5 years ago
parent
commit
5b094481cf
  1. 4
      src/mailsrv/assets/postfix/master.cf

4
src/mailsrv/assets/postfix/master.cf

@ -16,7 +16,7 @@ submission inet n - y - - smtpd
-o smtpd_sasl_security_options=noanonymous
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o smtpd_recipient_restrictions=reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject
-o smtpd_sender_login_maps=hash:/etc/postfix/virtual
-o smtpd_sender_login_maps=hash:/etc/postfix/aliases
-o smtpd_sender_restrictions=reject_sender_login_mismatch
smtps inet n - y - - smtpd
-o smtpd_sasl_local_domain=$myhostname
@ -24,7 +24,7 @@ smtps inet n - y - - smtpd
-o smtpd_sasl_security_options=noanonymous
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o smtpd_recipient_restrictions=reject_non_fqdn_recipient,reject_unknown_recipient_domain,permit_sasl_authenticated,reject
-o smtpd_sender_login_maps=hash:/etc/postfix/virtual
-o smtpd_sender_login_maps=hash:/etc/postfix/aliases
-o smtpd_sender_restrictions=reject_sender_login_mismatch
# Local services

Loading…
Cancel
Save