From b9011907e8349ac7e78803630083fa6158b2512f Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Thu, 12 Dec 2024 18:25:41 +0100 Subject: [PATCH] template - sasl passwd - update var to correct name --- templates/sasl_passwd.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/sasl_passwd.j2 b/templates/sasl_passwd.j2 index 6a542db..7a493e9 100644 --- a/templates/sasl_passwd.j2 +++ b/templates/sasl_passwd.j2 @@ -1,5 +1,5 @@ -{% if postfix_sasl_passwd is defined %} -{% for passwd in postfix_sasl_passwd %} +{% if postfix_sasl_password_map is defined %} +{% for passwd in postfix_sasl_password_map %} {{ passwd }} {% endfor %} {% endif %}