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:
d36fca8
)
oops
author
Stephen Gran
<steve@lobefin.net>
Thu, 23 Sep 2010 19:58:38 +0000
(20:58 +0100)
committer
Stephen Gran
<steve@lobefin.net>
Thu, 23 Sep 2010 19:58:38 +0000
(20:58 +0100)
Signed-off-by: Stephen Gran <steve@lobefin.net>
modules/ferm/templates/me.conf.erb
patch
|
blob
|
history
diff --git
a/modules/ferm/templates/me.conf.erb
b/modules/ferm/templates/me.conf.erb
index
a817428
..
b88d974
100644
(file)
--- a/
modules/ferm/templates/me.conf.erb
+++ b/
modules/ferm/templates/me.conf.erb
@@
-49,7
+49,7
@@
if not nodeinfo['smarthost'].empty?
end
smtp4allowed.length == 0 and smtp4allowed << '0.0.0.0/0'
-smtp6allowed.length == 0 and smtp6allowed << '::'
+smtp6allowed.length == 0 and smtp6allowed << '::
/0
'
out << "@def $SMTP_SOURCES = (#{smtp4allowed.join(' ')});"
out << "@def $SMTP_V6_SOURCES = (#{smtp6allowed.join(' ')});"