--- puppet/modules/postfix/templates/main.cf 2010/11/19 20:19:02 330 +++ puppet/modules/postfix/templates/main.cf 2010/11/19 20:19:03 331 @@ -41,7 +41,10 @@ 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 -%>