Add template for sasl auth configuration
This commit is contained in:
parent
8cf866e399
commit
649e769424
3 changed files with 12 additions and 1 deletions
5
templates/postfix/conf.d/smtp_sasl_auth_password.j2
Normal file
5
templates/postfix/conf.d/smtp_sasl_auth_password.j2
Normal file
|
@ -0,0 +1,5 @@
|
|||
#{{ 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue