diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/postfix/templates/main.cf | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/postfix/templates/main.cf b/modules/postfix/templates/main.cf index 6af4832d..c6d7d552 100644 --- a/modules/postfix/templates/main.cf +++ b/modules/postfix/templates/main.cf @@ -38,7 +38,10 @@ relay_domains = <%= domain %>, ml.<%= domain %> mydestination = <%= fqdn %> <%- if all_tags.include?('postfix::primary_smtp') -%> - <%= domain %>, +# disabled as this prevent bugzilla from sending mail to +# zarb.org ml. I will reenable it once I find how to properly +# route everything + #<%= domain %>, alias_maps = hash:/etc/postfix/aliases # uncomment if we want to enable ldap based alias |