freebsd-ports/mail/postfix-policyd-weight/files/pkg-message.in
Olli Hauer ea6554f44f - remove dead rhsbl.ahbl.org [1]
- install policyd-weight.conf with the @sample macro
- alert user if any of this deprecated lists is found in policyd-weight.conf
   dnsbl.njabl.org
   rbl.ipv6-world.net
   rhsbl.ahbl.org
   dsn.rfc-ignorant.org
   postmaster.rfc-ignorant.org
   abuse.rfc-ignorant.org

[1] Noted by: Herbert J. Skuhra

MFH:		2015Q1
2015-01-09 20:59:09 +00:00

29 lines
682 B
Text

**********
* Start with:
# %%PREFIX%%/bin/policyd-weight start
* To use this from Postfix SMTPD, use in %%PREFIX%%/etc/postfix/main.cf
smtpd_recipient_restrictions =
...
permit_mynetworks
...
reject_unauth_destination
reject_unauth_pipelining
check_policy_service inet:127.0.0.1:12525
...
* NOTE:
* specify check_policy_service AFTER reject_unauth_destination
* else your system can become an open relay.
*
* CONFIGURATION:
*
* edit %%PREFIX%%/etc/policyd-weight.conf
* An example is provided in %%PREFIX%%/etc/policyd-weight.conf.sample
*
* Please compare existing configuration with the provided sample
* and remove deprecated DNSBL/RHSBL lists
*
*************