Do not enforce TLS on the default SMTP port, related to #45

This commit is contained in:
Pierre Jaury
2016-08-19 15:04:51 +02:00
parent e3e9012183
commit a6ab917aea
2 changed files with 5 additions and 5 deletions

View File

@@ -4,11 +4,11 @@
# Exposed SMTP services
smtp 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_client_restrictions=permit_sasl_authenticated,reject
smtps inet n - n - - smtpd
-o smtpd_enforce_tls=yes
-o smtpd_tls_security_level=encrypt
-o smtpd_sasl_auth_enable=yes
-o smtpd_client_restrictions=permit_sasl_authenticated,reject