From 2c81a46979b30e59a51a0e2bf181bcdb6cea66ee Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Mon, 28 Mar 2011 15:54:19 +0000 Subject: add group subdomain on the secondary mx too --- modules/postfix/templates/main.cf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 90486a35..fcedc936 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -33,7 +33,9 @@ mydomain = <%= domain %> mydestination = <%= fqdn %> myorigin = $mydomain <%- if all_tags.include?('postfix::secondary_smtp') -%> -relay_domains = <%= domain %>, ml.<%= domain %> +relay_domains = <%= domain %>, + ml.<%= domain %>, + group.<%= domain %> <%- end -%> mydestination = <%= fqdn %> -- cgit v1.2.1