From ee0e5b29a686b3ac1afff39f0e21f040750a1335 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 15 Feb 2011 02:04:30 +0000 Subject: - disable the reception of mail on alamut for the main domain, as this cause trouble when sending mail on the ml on zarb.org --- 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 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 -- cgit v1.2.1