From: Stephen Gran Date: Tue, 7 Apr 2009 20:42:16 +0000 (+0100) Subject: really accept localhost X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;ds=sidebyside;h=30f246201db28298d4d9021f2200d961194c5e8a;p=mirror%2Fdsa-puppet.git really accept localhost Signed-off-by: Stephen Gran --- diff --git a/modules/exim/files/common/exim4.conf b/modules/exim/files/common/exim4.conf index d13f0a0a4..e1ff1df1f 100644 --- a/modules/exim/files/common/exim4.conf +++ b/modules/exim/files/common/exim4.conf @@ -318,7 +318,7 @@ 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 = : + accept hosts = : 127.0.0.1 # 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.