From ef5071470615c0172ecb188162d703d0bebd4079 Mon Sep 17 00:00:00 2001 From: Lars Beckers <lars.beckers@rwth-aachen.de> Date: Mon, 16 Jul 2018 17:19:09 +0200 Subject: [PATCH] postfix: fix undefined (renamed) variable --- postfix/templates/virtual.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postfix/templates/virtual.j2 b/postfix/templates/virtual.j2 index 4540d44..3a4abd5 100644 --- a/postfix/templates/virtual.j2 +++ b/postfix/templates/virtual.j2 @@ -1,4 +1,4 @@ -{% for domain in virtual_domains %} +{% for domain in postfix_virtual_domains %} postmaster@{{ domain }} {{ adminaddr }} hostmaster@{{ domain }} {{ adminaddr }} abuse@{{ domain }} {{ adminaddr }} -- GitLab