]> git.donarmstrong.com Git - dsa-puppet.git/blob - templates/exim-local-auto.erb
e3e4f07fe4a625b812c331730c9d61335675cc59
[dsa-puppet.git] / templates / exim-local-auto.erb
1 ##
2 ## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3 ## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4 ##
5
6 <% if has_variable?("clamd") && clamd == "true" -%>
7 CLAMAV = clamd:/var/run/clamav/clamd.ctl
8 <% else -%>
9 # CLAMAV is undefined
10 <% end -%>
11 <% if has_variable?("postgrey") && postgrey == "true" -%>
12 USE_GREYLISTING = 1
13 # HAVE_GREYLIST is undefined
14 HAVE_POSTGREY = 1
15 <% elsif has_variable?("greylistd") && greylistd == "true" -%>
16 USE_GREYLISTING = 1
17 HAVE_GREYLIST = 1
18 # HAVE_POSTGREY is undefined
19 <% else -%>
20 # HAVE_POSTGREY is undefined
21 # HAVE_GREYLIST is undefined
22 # USE_GREYLISTING is undefined
23 <% end -%>
24 <% if has_variable?("policydweight") && policydweight == "true" -%>
25 HAVE_POLICYD = 1
26 <% else -%>
27 # HAVE_POLICYD is undefined
28 <% end -%>
29 <% if has_variable?("bugs_host") && bugs_host == "true" -%>
30 HAVE_USER_DEBBUGS = 1
31 <% else -%>
32 # HAVE_USER_DEBBUGS is undefined
33 <% end -%>
34 <% if has_variable?("qa_host") && qa_host == "true" -%>
35 HAVE_USER_QA = 1
36 <% else -%>
37 # HAVE_USER_QA is undefined
38 <% end -%>
39 <% if has_variable?("exim_ssl_certs") && exim_ssl_certs == "true" -%>
40 USE_TLS = 1
41 <% else -%>
42 # USE_TLS is undefined
43 <% end -%>