From 4aa77a81f15a41208f2e5be88ea6da53b581acc3 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Wed, 16 Jul 2014 14:59:58 +0200 Subject: Remove reject_unknown_sender_domain from the MDA and outgoing SMTP. We already removed it from the MX:es (see 32e605d4); we need to remove it from the MDA and outgoing SMTP as well, otherwise mails could bounce or get stuck in the middle (the're rejected with 450: deferred by default). However we can keep the restriction on the entry points (MSA and webmail). --- roles/out/templates/etc/postfix/main.cf.j2 | 1 - 1 file changed, 1 deletion(-) (limited to 'roles/out') diff --git a/roles/out/templates/etc/postfix/main.cf.j2 b/roles/out/templates/etc/postfix/main.cf.j2 index 294e92e..23a1de2 100644 --- a/roles/out/templates/etc/postfix/main.cf.j2 +++ b/roles/out/templates/etc/postfix/main.cf.j2 @@ -79,7 +79,6 @@ smtpd_helo_restrictions = smtpd_sender_restrictions = reject_non_fqdn_sender - reject_unknown_sender_domain smtpd_recipient_restrictions = # RFC requirements -- cgit v1.2.3