Skip to content

Commit fa81fdd

Browse files
committed
Add missing linebreak
1 parent f50394a commit fa81fdd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/etc/postfix/main.cf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ relayhost = {% for host in postfix_relayhosts %}{{ host }}:{{ postfix_relayhost_
106106
{% else %}
107107
relayhost = {% for host in postfix_relayhosts %}[{{ host }}]:{{ postfix_relayhost_port }}{{ ', ' if not loop.last else '' }}{% endfor %}
108108
{% endif %}
109+
109110
{% if postfix_sasl_auth_enable %}
110111
smtp_sasl_auth_enable = {{ postfix_sasl_auth_enable | bool | ternary('yes', 'no') }}
111112
smtp_sasl_password_maps = {{ postfix_default_database_type }}:{{ postfix_sasl_passwd_file }}

0 commit comments

Comments
 (0)