From: Stephen Gran Date: Sun, 5 Apr 2009 03:00:38 +0000 (+0100) Subject: Gratuitous change to force exim reload X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fdad6d121d4d2cf0ac618a45b410d1f1865bef21;p=dsa-puppet.git Gratuitous change to force exim reload Signed-off-by: Stephen Gran --- diff --git a/templates/exim-local-auto.erb b/templates/exim-local-auto.erb index e3e4f07f..349d6ed3 100644 --- a/templates/exim-local-auto.erb +++ b/templates/exim-local-auto.erb @@ -3,6 +3,7 @@ ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git ## +# Various bits of software <% if has_variable?("clamd") && clamd == "true" -%> CLAMAV = clamd:/var/run/clamav/clamd.ctl <% else -%> @@ -26,6 +27,8 @@ HAVE_POLICYD = 1 <% else -%> # HAVE_POLICYD is undefined <% end -%> + +# user settings (controls some mail routing) <% if has_variable?("bugs_host") && bugs_host == "true" -%> HAVE_USER_DEBBUGS = 1 <% else -%> @@ -36,6 +39,8 @@ HAVE_USER_QA = 1 <% else -%> # HAVE_USER_QA is undefined <% end -%> + +# SSL stuff for mail relays <% if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true" -%> USE_TLS = 1 <% else -%>