really accept localhost
[mirror/dsa-puppet.git] / 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.