You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
296 B
Django/Jinja
8 lines
296 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
{% if postfix_relayhost_mxlookup %}
|
|
{{ postfix_relayhost }}:{{ postfix_relayhost_port }} {{ postfix_sasl_user }}:{{ postfix_sasl_password }}
|
|
{% else %}
|
|
[{{ postfix_relayhost }}]:{{ postfix_relayhost_port }} {{ postfix_sasl_user }}:{{ postfix_sasl_password }}
|
|
{% endif %}
|