From 732d4ccabb4759967826c95ef6d33aa86662eeb7 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 14 Jun 2023 17:03:55 +0200 Subject: [PATCH] Fix file name --- templates/postfix/main.cf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}