Browse Source

Avoid overriding main.cf

master 3.7.3
Fábio Kaiser Rauber 2 years ago
parent
commit
416d5a43ff
  1. 4
      conf/master.cf

4
conf/master.cf

@ -3,7 +3,7 @@
# Exposed SMTP services # Exposed SMTP services
smtp inet n - n - - smtpd smtp inet n - n - - smtpd
-o smtpd_sender_restrictions=permit_mynetworks,permit # -o smtpd_sender_restrictions=permit_mynetworks,permit
submission inet n - n - - smtpd submission inet n - n - - smtpd
# -o smtpd_tls_security_level=encrypt # -o smtpd_tls_security_level=encrypt
# -o smtpd_sasl_auth_enable=yes # -o smtpd_sasl_auth_enable=yes
@ -14,7 +14,7 @@ submission inet n - n - - smtpd
# -o smtpd_sasl_auth_enable=yes # -o smtpd_sasl_auth_enable=yes
# -o smtpd_tls_wrappermode=yes # -o smtpd_tls_wrappermode=yes
# -o smtpd_client_restrictions=permit_sasl_authenticated,reject # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
-o cleanup_service_name=outclean # -o cleanup_service_name=outclean
# Additional services # Additional services
outclean unix n - n - 0 cleanup outclean unix n - n - 0 cleanup

Loading…
Cancel
Save