|
|
@ -4,11 +4,11 @@
|
|
|
|
# Exposed SMTP services
|
|
|
|
# Exposed SMTP services
|
|
|
|
smtp inet n - n - - smtpd
|
|
|
|
smtp inet n - n - - smtpd
|
|
|
|
submission inet n - n - - smtpd
|
|
|
|
submission inet n - n - - smtpd
|
|
|
|
-o smtpd_enforce_tls=yes
|
|
|
|
-o smtpd_tls_security_level=encrypt
|
|
|
|
-o smtpd_sasl_auth_enable=yes
|
|
|
|
-o smtpd_sasl_auth_enable=yes
|
|
|
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
|
|
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
|
|
|
smtps inet n - n - - smtpd
|
|
|
|
smtps inet n - n - - smtpd
|
|
|
|
-o smtpd_enforce_tls=yes
|
|
|
|
-o smtpd_tls_security_level=encrypt
|
|
|
|
-o smtpd_sasl_auth_enable=yes
|
|
|
|
-o smtpd_sasl_auth_enable=yes
|
|
|
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
|
|
|
-o smtpd_client_restrictions=permit_sasl_authenticated,reject
|
|
|
|
|
|
|
|
|
|
|
|