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:
12070e1
)
machines that smarthost in and out don't need to accept mail from the interwebs
author
Stephen Gran
<steve@lobefin.net>
Fri, 30 Oct 2009 22:22:57 +0000
(22:22 +0000)
committer
Stephen Gran
<steve@lobefin.net>
Fri, 30 Oct 2009 22:22:57 +0000
(22:22 +0000)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/exim/templates/eximconf.erb
patch
|
blob
|
history
diff --git
a/modules/exim/templates/eximconf.erb
b/modules/exim/templates/eximconf.erb
index
db3674c
..
70ec3f4
100644
(file)
--- a/
modules/exim/templates/eximconf.erb
+++ b/
modules/exim/templates/eximconf.erb
@@
-413,7
+413,6
@@
out
%>
<%=
-out = ""
if nodeinfo['smarthost'].empty?
out = '
# These are in HELO acl so that they are only run once. They increment a counter,
@@
-491,6
+490,10
@@
if nodeinfo['smarthost'].empty?
log_message = random HELO
set acl_c_scr = ${eval:$acl_c_scr+5}
'
+else
+ out = '
+ defer !hosts = +debianhosts
+'
end
out
%>