1 # POSTLICYD RBL FETCHER configuration
3 # The configuration consists in a list (one per line) of file=url
4 # no space is allowed in configuration line.
6 # postlicyd-rsyncrbl should be run as a cron with root or nobody permissions.
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.
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
17 # vim:set syntax=conf: