From: Florent Bruneau Date: Mon, 6 Oct 2008 22:12:39 +0000 (+0200) Subject: Configuration sample for postlicyd-rsyncrbl. X-Git-Url: http://git.madism.org/?a=commitdiff_plain;h=42d6d6e184a134f432c52188542b6c46d87f1981;hp=f0541fe55b6976bb1b5ccc5b2d05c3cc2b7756d4;p=apps%2Fpfixtools.git Configuration sample for postlicyd-rsyncrbl. Signed-off-by: Florent Bruneau --- diff --git a/example/postlicyd-rsyncrbl.conf b/example/postlicyd-rsyncrbl.conf new file mode 100644 index 0000000..7f99743 --- /dev/null +++ b/example/postlicyd-rsyncrbl.conf @@ -0,0 +1,17 @@ +# POSTLICYD RBL FETCHER configuration +# +# The configuration consists in a list (one per line) of file=url +# no space is allowed in configuration line. +# +# postlicyd-rsyncrbl should be run as a cron with root or nobody permissions. +# +# WARNING: Please, read rsync informations of the rbl before rsyncing their +# zone files. Avoid refreshing them too often: you might be blacklisted +# and this might generate long downtimes of postlicyd since it reloads +# its configuration each time postlicyd-rsyncrbl is run. + +cbl.abuseat.org=rsync://rsync.cbl.abuseat.org/cbl/list.txt +abuse.rfc-ignorant.org=rsync://ns0.rfc-ignorant.org/rfcirbl/abuse.rfc-ignorant.org +whois.rfc-ignorant.org=rsync://ns0.rfc-ignorant.org/rfcirbl/whois.rfc-ignorant.org + +# vim:set syntax=conf: