From: Stephen Gran Date: Thu, 23 Sep 2010 19:58:38 +0000 (+0100) Subject: oops X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=3bdf75cf1c1518cbc30cba6298cbe2bc6edaa329;p=dsa-puppet.git oops Signed-off-by: Stephen Gran --- diff --git a/modules/ferm/templates/me.conf.erb b/modules/ferm/templates/me.conf.erb index a817428f..b88d974a 100644 --- 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(' ')});"