We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f50394a commit fa81fddCopy full SHA for fa81fdd
templates/etc/postfix/main.cf.j2
@@ -106,6 +106,7 @@ relayhost = {% for host in postfix_relayhosts %}{{ host }}:{{ postfix_relayhost_
106
{% else %}
107
relayhost = {% for host in postfix_relayhosts %}[{{ host }}]:{{ postfix_relayhost_port }}{{ ', ' if not loop.last else '' }}{% endfor %}
108
{% endif %}
109
+
110
{% if postfix_sasl_auth_enable %}
111
smtp_sasl_auth_enable = {{ postfix_sasl_auth_enable | bool | ternary('yes', 'no') }}
112
smtp_sasl_password_maps = {{ postfix_default_database_type }}:{{ postfix_sasl_passwd_file }}
0 commit comments