]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/exim/templates/eximconf.erb
add bts profile for mail
[dsa-puppet.git] / modules / exim / templates / eximconf.erb
index 771f7743ed4a59d18b7358fe0bbed902bfcfb918..bdb02f9c2dcc9b44041c5e7b53bc436ea7fe7714 100644 (file)
@@ -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