postfix.main.cf.erb: Template syntax fix.
This commit is contained in:
parent
488327bc91
commit
d991e710b6
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue