Configuration sample for postlicyd-rsyncrbl.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 6 Oct 2008 22:12:39 +0000 (00:12 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 6 Oct 2008 22:12:39 +0000 (00:12 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
example/postlicyd-rsyncrbl.conf [new file with mode: 0644]

diff --git a/example/postlicyd-rsyncrbl.conf b/example/postlicyd-rsyncrbl.conf
new file mode 100644 (file)
index 0000000..7f99743
--- /dev/null
@@ -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: