From e497f6e4213a8079d9d97d59baa872450981603e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 24 Aug 2019 15:32:04 +0200 Subject: [PATCH] fix variables --- templates/etc/postfix/sasl_passwd.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}