diff options
author | Jonas Smedegaard <dr@jones.dk> | 2004-01-27 19:26:51 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2004-01-27 19:26:51 +0000 |
commit | f006a1d32629006c5f02755edac4934ddd62e8ac (patch) | |
tree | 28258481c586f5511b3bfe1e46bfbea383fa84c9 /postfix | |
parent | 9b4b618e54549a9a563042c7d456cdad1c3f8fbc (diff) |
Include example config for Postfix 2.x (as well as the existing 1.x).
Diffstat (limited to 'postfix')
-rw-r--r-- | postfix/maps_rbl_domains | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/postfix/maps_rbl_domains b/postfix/maps_rbl_domains index dc68037..f1875b2 100644 --- a/postfix/maps_rbl_domains +++ b/postfix/maps_rbl_domains @@ -1,12 +1,22 @@ # # List of RBL blackhole services. # -# Used by Postfix. Example usage: +# Used by Postfix. +# +# Example usage for Postfix 1.x: # # maps_rbl_domains = list.dsbl.org,relays.ordb.org,spam.dnsrbl.net -# smtpd_recipient_restrictions = permit_mynetworks, reject_non_fqdn_recipient, reject_unauth_destination, reject_maps_rbl, reject +# smtpd_recipient_restrictions = permit_mynetworks, reject_non_fqdn_recipient, reject_unauth_destination, +# reject_maps_rbl, +# reject +# +# Example usage for Postfix 2.x: +# +# smtpd_recipient_restrictions = permit_mynetworks, reject_non_fqdn_recipient, reject_unauth_destination, +# reject_rbl_client list.dsbl.org, reject_rbl_sender relays.ordb.org, reject_rbl_sender spam.dnsrbl.net, +# reject # -# $Id: maps_rbl_domains,v 1.3 2004-01-25 17:45:09 jonas Exp $ +# $Id: maps_rbl_domains,v 1.4 2004-01-27 19:26:51 jonas Exp $ # #relays.visi.com |