postfix.main.cf.erb: Template syntax fix.

This commit is contained in:
Lari Huttunen 2013-03-01 16:38:08 +01:00
parent 488327bc91
commit d991e710b6

View file

@ -571,9 +571,11 @@ smtpd_recipient_restrictions =
permit_sasl_authenticated, permit_sasl_authenticated,
permit_mynetworks, permit_mynetworks,
reject_unauth_destination, reject_unauth_destination,
check_relay_domains
<% if has_variable?("postgrey") -%> <% if has_variable?("postgrey") -%>
check_relay_domains,
check_policy_service inet:127.0.0.1:10023 check_policy_service inet:127.0.0.1:10023
<% else -%>
check_relay_domains
<% end -%> <% end -%>
# The header_checks parameter specifies an optional table with patterns # The header_checks parameter specifies an optional table with patterns