Run postmap on sasl password file
This commit is contained in:
parent
1e141ca6e2
commit
bae96caef7
2 changed files with 2 additions and 2 deletions
|
@ -70,6 +70,7 @@
|
||||||
- file: relay_checks
|
- file: relay_checks
|
||||||
- file: sender_canonical
|
- file: sender_canonical
|
||||||
- file: sender_checks
|
- file: sender_checks
|
||||||
|
- file: smtp_sasl_auth_password
|
||||||
- file: transport_relay
|
- file: transport_relay
|
||||||
|
|
||||||
- name: "Postfix | Create dhparam file"
|
- name: "Postfix | Create dhparam file"
|
||||||
|
|
|
@ -160,8 +160,7 @@ smtpd_sasl_exceptions_networks = {{ postfix_smtpd_sasl_exceptions_networks | joi
|
||||||
### SMTP Auth client side
|
### SMTP Auth client side
|
||||||
smtp_sasl_auth_enable = yes
|
smtp_sasl_auth_enable = yes
|
||||||
smtp_sasl_auth_soft_bounce = no
|
smtp_sasl_auth_soft_bounce = no
|
||||||
smtp_sasl_password_maps =
|
smtp_sasl_password_maps = cdb:{{ postfix_conf_dir }}/smtp_sasl_auth_password_maps
|
||||||
cdb:{{ postfix_conf_dir }}/smtp_sasl_auth_password_maps
|
|
||||||
smtp_sasl_security_options = noanonymous
|
smtp_sasl_security_options = noanonymous
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue