really accept localhost
authorStephen Gran <steve@lobefin.net>
Tue, 7 Apr 2009 20:42:16 +0000 (21:42 +0100)
committerStephen Gran <steve@lobefin.net>
Tue, 7 Apr 2009 20:42:16 +0000 (21:42 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/files/common/exim4.conf

index d13f0a0..e1ff1df 100644 (file)
@@ -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.