diff --git a/templates/etc/postfix/sasl_passwd.j2 b/templates/etc/postfix/sasl_passwd.j2 index e73bc9a..8e7e2cc 100644 --- a/templates/etc/postfix/sasl_passwd.j2 +++ b/templates/etc/postfix/sasl_passwd.j2 @@ -1,4 +1,4 @@ #jinja2: lstrip_blocks: True # {{ ansible_managed }} -[{{ postfix_relay_relayhost }}]:{{ postfix_relay_relayport }} {{ postfix_relay_relayuser }}@{{ postfix_relay_relaydomain }}:{{ postfix_relay_relaypassword }} +[{{ postfix_relay_relayhost }}]:{{ postfix_relay_relayport }} {{ postfix_relay_auth_user }}@{{ postfix_relay_relaydomain }}:{{ postfix_relay_auth_password }}