From: Stephen Gran Date: Sat, 27 Mar 2010 10:30:40 +0000 (+0000) Subject: add bts profile for mail X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=49a3983e1f16358b1e359cdc7b1e51104d569792;p=dsa-puppet.git add bts profile for mail Signed-off-by: Stephen Gran --- diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 771f7743..bdb02f9c 100644 --- a/modules/exim/templates/eximconf.erb +++ b/modules/exim/templates/eximconf.erb @@ -325,6 +325,18 @@ out %> <%= out = '' +if nodeinfo['bugsmaster'] + out = ' + warn domains = bugs.debian.org + set acl_m_rprf = BugsMail + + accept condition = ${if eq {$acl_m_rprf}{}{no}{yes}} +' +end +out +%> +<%= +out = '' if nodeinfo['packagesmaster'] out = ' warn domains = packages.debian.org