From 49d54354fb76906aa566d6429ba3a98b2cf0e989 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Tue, 7 Apr 2009 21:40:31 +0100 Subject: [PATCH] Accept localhost Signed-off-by: Stephen Gran --- modules/exim/files/common/exim4.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/exim/files/common/exim4.conf b/modules/exim/files/common/exim4.conf index d0762fb05..d13f0a0a4 100644 --- a/modules/exim/files/common/exim4.conf +++ b/modules/exim/files/common/exim4.conf @@ -316,6 +316,9 @@ check_helo: #!!# ACL that is used after the RCPT command on the submission port check_submission: + # Accept if the source is local SMTP (i.e. not over TCP/IP). + # We do this by testing for an empty sending host field. + accept hosts = : # Defer after too many bad RCPT TO's. Legit MTAs will retry later. # This is a rough pass at preventing addres harvesting or other mail blasts. -- 2.20.1