diff --git a/postfix/templates/virtual.j2 b/postfix/templates/virtual.j2
index 4540d44db607cef07a37ba028932e98f153e1c85..3a4abd5890579fe6baa515035336771f20e2f2c4 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 }}