Can remove the sender and/or the recipient from the key of the greylister.
[apps/pfixtools.git] / example / postlicyd-rsyncrbl.conf
1 # POSTLICYD RBL FETCHER configuration
2 #
3 # The configuration consists in a list (one per line) of file=url
4 # no space is allowed in configuration line.
5 #
6 # postlicyd-rsyncrbl should be run as a cron with root or nobody permissions.
7 #
8 # WARNING: Please, read rsync informations of the rbl before rsyncing their
9 #          zone files. Avoid refreshing them too often: you might be blacklisted
10 #          and this might generate long downtimes of postlicyd since it reloads
11 #          its configuration each time postlicyd-rsyncrbl is run.
12
13 cbl.abuseat.org=rsync://rsync.cbl.abuseat.org/cbl/list.txt
14 abuse.rfc-ignorant.org=rsync://ns0.rfc-ignorant.org/rfcirbl/abuse.rfc-ignorant.org
15 whois.rfc-ignorant.org=rsync://ns0.rfc-ignorant.org/rfcirbl/whois.rfc-ignorant.org
16
17 # vim:set syntax=conf: