X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=templates%2Fexim-local-auto.erb;h=0412dcd0761b3fe35595bbb967a667b244c0d8be;hb=4e1f7afe46f851063bd6012f70d02f04ed72575d;hp=94a571df646715f6d52ef41a01f73cc3e1ca6823;hpb=667af6550992e9454505aa27765ed3e20b0b2225;p=mirror%2Fdsa-puppet.git diff --git a/templates/exim-local-auto.erb b/templates/exim-local-auto.erb index 94a571df6..0412dcd07 100644 --- a/templates/exim-local-auto.erb +++ b/templates/exim-local-auto.erb @@ -1,3 +1,9 @@ +## +## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. +## 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 -%> @@ -21,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 -%> @@ -31,3 +39,11 @@ 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 -%> +# USE_TLS is undefined +<% end -%> +