2019-08-14 00:29:42 +02:00
|
|
|
[
|
|
|
|
{ type: install
|
|
|
|
message: <<EOM
|
2006-11-06 08:17:11 +01:00
|
|
|
* Start with:
|
2005-04-25 18:54:05 +02:00
|
|
|
|
2007-05-27 12:40:39 +02:00
|
|
|
# %%PREFIX%%/bin/policyd-weight start
|
2005-04-25 18:54:05 +02:00
|
|
|
|
|
|
|
* To use this from Postfix SMTPD, use in %%PREFIX%%/etc/postfix/main.cf
|
2005-09-06 09:45:06 +02:00
|
|
|
|
2012-06-07 14:05:48 +02:00
|
|
|
smtpd_recipient_restrictions =
|
2005-04-25 18:54:05 +02:00
|
|
|
...
|
|
|
|
permit_mynetworks
|
|
|
|
...
|
|
|
|
reject_unauth_destination
|
|
|
|
reject_unauth_pipelining
|
2006-11-06 08:17:11 +01:00
|
|
|
check_policy_service inet:127.0.0.1:12525
|
2005-04-25 18:54:05 +02:00
|
|
|
...
|
|
|
|
|
2012-06-07 14:05:48 +02:00
|
|
|
* NOTE:
|
|
|
|
* specify check_policy_service AFTER reject_unauth_destination
|
|
|
|
* else your system can become an open relay.
|
2005-04-25 18:54:05 +02:00
|
|
|
*
|
2005-09-06 09:45:06 +02:00
|
|
|
* CONFIGURATION:
|
|
|
|
*
|
2012-06-07 14:05:48 +02:00
|
|
|
* edit %%PREFIX%%/etc/policyd-weight.conf
|
|
|
|
* An example is provided in %%PREFIX%%/etc/policyd-weight.conf.sample
|
2005-09-06 09:45:06 +02:00
|
|
|
*
|
2015-01-09 21:59:09 +01:00
|
|
|
* Please compare existing configuration with the provided sample
|
|
|
|
* and remove deprecated DNSBL/RHSBL lists
|
2019-08-14 00:29:42 +02:00
|
|
|
EOM
|
|
|
|
}
|
|
|
|
]
|