diff --git a/core/postfix/conf/main.cf b/core/postfix/conf/main.cf index 9cd4010e..1a9c6bc9 100644 --- a/core/postfix/conf/main.cf +++ b/core/postfix/conf/main.cf @@ -31,7 +31,6 @@ mydestination = # Relayhost if any is configured relayhost = {{ RELAYHOST }} {% if RELAYUSER %} -smtp_sasl_auth_enable = yes smtp_sasl_password_maps = lmdb:/etc/postfix/sasl_passwd smtp_sasl_security_options = noanonymous {% endif %}