ansible-role-postfix/templates/postfix/conf.d/smtp_sasl_auth_password.j2

6 lines
200 B
Plaintext
Raw Normal View History

#{{ ansible_managed }}
{% if postfix_smtp_sasl_auth is defined %}
{{ "%-50s %s:%s" | format(postfix_smtp_sasl_auth_relay, postfix_smtp_sasl_auth_user, postfix_smtp_sasl_auth_password) }}
{% endif %}