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

6 lines
227 B
Plaintext
Raw Normal View History

#{{ ansible_managed }}
2023-04-18 21:16:22 +02:00
{% if postfix_smtp_sasl_auth is defined and postfix_smtp_sasl_auth %}
{{ "%-50s %s:%s" | format(postfix_smtp_sasl_auth_relay, postfix_smtp_sasl_auth_user, postfix_smtp_sasl_auth_password) }}
{% endif %}