diff --git a/templates/postfix/main.cf.j2 b/templates/postfix/main.cf.j2 index 4e9d952..ceba18b 100644 --- a/templates/postfix/main.cf.j2 +++ b/templates/postfix/main.cf.j2 @@ -160,7 +160,7 @@ smtpd_sasl_exceptions_networks = {{ postfix_smtpd_sasl_exceptions_networks | joi ### SMTP Auth client side smtp_sasl_auth_enable = yes smtp_sasl_auth_soft_bounce = no -smtp_sasl_password_maps = cdb:{{ postfix_conf_dir }}/smtp_sasl_auth_password_maps +smtp_sasl_password_maps = cdb:{{ postfix_conf_dir }}/smtp_sasl_auth_password smtp_sasl_security_options = noanonymous {% endif %}