From 49a3983e1f16358b1e359cdc7b1e51104d569792 Mon Sep 17 00:00:00 2001 From: Stephen Gran Date: Sat, 27 Mar 2010 10:30:40 +0000 Subject: [PATCH] add bts profile for mail Signed-off-by: Stephen Gran --- modules/exim/templates/eximconf.erb | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/modules/exim/templates/eximconf.erb b/modules/exim/templates/eximconf.erb index 771f7743e..bdb02f9c2 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 -- 2.20.1