From 42d6d6e184a134f432c52188542b6c46d87f1981 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Tue, 7 Oct 2008 00:12:39 +0200 Subject: [PATCH] Configuration sample for postlicyd-rsyncrbl. Signed-off-by: Florent Bruneau --- example/postlicyd-rsyncrbl.conf | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 example/postlicyd-rsyncrbl.conf 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: -- 2.20.1