postfix: Add post grey support.
This commit is contained in:
parent
6041ae5829
commit
ed429d7183
2 changed files with 34 additions and 0 deletions
|
@ -565,6 +565,9 @@ smtpd_recipient_restrictions =
|
|||
permit_mynetworks,
|
||||
reject_unauth_destination,
|
||||
check_relay_domains
|
||||
<% if has_variable?("postgrey") -%>
|
||||
check_policy_service inet:127.0.0.1:10023
|
||||
<% end -%>
|
||||
|
||||
# The header_checks parameter specifies an optional table with patterns
|
||||
# that each logical message header is matched against, including
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue