Fix variable names for SASL Auth
This commit is contained in:
parent
3863b44715
commit
3ca70b3a17
2 changed files with 6 additions and 3 deletions
|
@ -154,7 +154,7 @@ smtpd_sasl_exceptions_networks = {{ postfix_smtpd_sasl_exceptions_networks | joi
|
|||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
{% if postfix_smtp_sasl_auth is defined and postfix_smtp_sasl_auth %}
|
||||
{% if postfix_smtp_sasl_auth_enabled is defined and postfix_smtp_sasl_auth_enabled %}
|
||||
### SMTP Auth client side
|
||||
smtp_sasl_auth_enable = yes
|
||||
smtp_sasl_auth_soft_bounce = no
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue