]> git.donarmstrong.com Git - dsa-puppet.git/blob - templates/exim-test.erb
a449c274671b11a43f6f6568f2176fca992459bc
[dsa-puppet.git] / templates / exim-test.erb
1 <% if has_variable?("clamd") && clamd == "$true" then %>
2 CLAMAV = clamd:/var/run/clamav/clamd.ctl
3 <% else %>
4 # CLAMAV is undefined
5 <% end -%>
6 <% if has_variable?("postgrey") && postgrey == "true" then %>
7 USE_GREYLISTING = 1
8 # HAVE_GREYLIST is undefined
9 HAVE_POSTGREY = 1
10 <% else if has_variable?("greylistd") && greylistd == "true" then %>
11 USE_GREYLISTING = 1
12 HAVE_GREYLIST = 1
13 # HAVE_POSTGREY is undefined
14 <% else -%>
15 # HAVE_POSTGREY is undefined
16 # HAVE_GREYLIST is undefined
17 # USE_GREYLISTING is undefined
18 <% end -%>
19 <% if has_variable?("bugs_host") && bugs_host == "true" then %>
20 HAS_USER_DEBBUGS = 1
21 <% else %>
22 # HAS_USER_DEBBUGS is undefind
23 <% end -%>
24 <% if has_variable?("qa_host") && qa_host == "true" then %>
25 HAS_USER_QA = 1
26 <% else %>
27 # HAS_USER_QA is undefined
28 <% end -%>