X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=templates%2Fexim-local-auto.erb;fp=templates%2Fexim-local-auto.erb;h=fa0f4c92af57b4e486f9c243867d2b57d2ea132d;hb=a21d93fcd795b1b7b63d5dc867befc09e368d44b;hp=349d6ed3e2ae73254811a3fe1751799d111d95a3;hpb=229e41e0af185b68fd48a3fef863e9c370a30a04;p=mirror%2Fdsa-puppet.git diff --git a/templates/exim-local-auto.erb b/templates/exim-local-auto.erb index 349d6ed3e..fa0f4c92a 100644 --- a/templates/exim-local-auto.erb +++ b/templates/exim-local-auto.erb @@ -46,3 +46,11 @@ USE_TLS = 1 <% else -%> # USE_TLS is undefined <% end -%> + +# Firewall stuff +<% if has_variable?("fqdn") && fqdn == "lafayette.debian.org" -%> +STUPID_FIREWALL = 1 +<% else -%> +# STUPID_FIREWALL is undefined +<% end -%> +