Run postmap on sasl password file

This commit is contained in:
phil 2023-06-14 17:00:42 +02:00
parent 1e141ca6e2
commit bae96caef7
2 changed files with 2 additions and 2 deletions

View file

@ -70,6 +70,7 @@
- file: relay_checks
- file: sender_canonical
- file: sender_checks
- file: smtp_sasl_auth_password
- file: transport_relay
- name: "Postfix | Create dhparam file"

View file

@ -160,8 +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_maps
smtp_sasl_security_options = noanonymous
{% endif %}