c5cf5fc490
Policy Delegation Protocol implementing an ACL (Access Control List) system, making very easy to improve and create nice controls on your e-mail traffic. You can use it to verify SPF records too. WWW: http://www.apolicy.org PR: ports/129162 Submitted by: Chifeng QU <chifeng at gmail.com>
8 lines
329 B
Text
8 lines
329 B
Text
To use this from Postfix SMTPD, use in %%PREFIX%%/etc/postfix/main.cf:
|
|
|
|
smtpd_recipient_restrictions = ...
|
|
check_policy_service inet:127.0.0.1:10001
|
|
...
|
|
|
|
NOTE: specify check_policy_service AFTER reject_unauth_destination
|
|
or else your system can become an open relay.
|