projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40d5228
)
Accept localhost
author
Stephen Gran
<steve@lobefin.net>
Tue, 7 Apr 2009 20:40:31 +0000
(21:40 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Tue, 7 Apr 2009 20:40:31 +0000
(21:40 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/files/common/exim4.conf
patch
|
blob
|
history
diff --git
a/modules/exim/files/common/exim4.conf
b/modules/exim/files/common/exim4.conf
index
d0762fb
..
d13f0a0
100644
(file)
--- 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.