From 7883d567b3a3a1e00268c1adbddbe353df37f150 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 19 Nov 2010 20:19:03 +0000 Subject: add support for sympa domain --- modules/postfix/templates/main.cf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 4b82bd9c..affa0d3d 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -41,7 +41,10 @@ relay_domains = <%= domain %>, ml.<%= domain %> mydestination = <%= fqdn %> <%- if all_tags.include?('postfix::primary_smtp') -%> - <%= domain %> + <%= domain %>, +<%- if classes.include?('sympa') -%> + ml.<%= domain %> +<%- end -%> <%- end -%> transport_maps = regexp:/etc/postfix/transport_regexp <%- end -%> -- cgit v1.2.1