From e4b95c9aca28d05c515e6114126102a36a7d0b67 Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 27 May 2013 13:40:46 +0300 Subject: [PATCH] added no_local_from_check to suppress Sender header --- install/0.9.7/rhel/exim.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/install/0.9.7/rhel/exim.conf b/install/0.9.7/rhel/exim.conf index 5647ac021..9966f630d 100644 --- a/install/0.9.7/rhel/exim.conf +++ b/install/0.9.7/rhel/exim.conf @@ -9,6 +9,7 @@ domainlist relay_to_domains = dsearch;/etc/exim/domains/ hostlist relay_from_hosts = 127.0.0.1 hostlist whitelist = net-iplsearch;/etc/exim/white-blocks.conf hostlist spammers = net-iplsearch;/etc/exim/spam-blocks.conf +no_local_from_check untrusted_set_sender = * acl_smtp_connect = acl_check_spammers acl_smtp_mail = acl_check_mail