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

6 lines
252 B
Plaintext
Raw Normal View History

{{ ansible_managed | comment }}
2023-06-14 16:46:49 +02:00
{% if postfix_smtp_sasl_auth_enabled is defined and postfix_smtp_sasl_auth_enabled %}
{{ "%-50s %s:%s" | format(postfix_smtp_sasl_auth_relay, postfix_smtp_sasl_auth_user, postfix_smtp_sasl_auth_password) }}
{% endif %}