]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
Extra config options for DNSBL.
authorandy <redacted>
Sat, 19 Jan 2002 15:32:22 +0000 (15:32 +0000)
committerandy <redacted>
Sat, 19 Jan 2002 15:32:22 +0000 (15:32 +0000)
bopm.conf.sample

index d7f9301061cd34eb2ba2979c117ef8405161d707..23e564858211365024541343164963162ccadbff 100644 (file)
@@ -106,3 +106,26 @@ KLINE_COMMAND KLINE *@%s :Open Proxy found on your host. Please visit www.blitze
 #                     commented, no check will be done.
 
 DNSBL_ZONE opm.blitzed.org
+
+
+# DNSBL_TO <email> : Email address that reports of open proxies should be
+#                    sent to.  For Blitzed it should be
+#                    proxy-report@blitzed.org.  If this is not set, proxies
+#                    will not be reported by email.
+
+DNSBL_TO proxy-report@blitzed.org
+
+
+# DNSBL_FROM <email> : Email address that your bopm will use to communicate
+#                      with DNSBL_TO, above.  The Blitzed DNSBL requires
+#                      that this email address be received by a real person,
+#                      i.e. you.  If this is not set, proxies will not be
+#                      reported by email.
+
+DNSBL_FROM email@example.com
+
+
+# SENDMAIL <path> : Absolute path to your sendmail binary.  If this is not
+#                   set, proxies will not be reported by email.
+
+SENDMAIL /usr/sbin/sendmail