Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Mar 2002 01:44:30 -0500 (EST)
From:      Mikhail Teterin <mi@aldan.algebra.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        gshapiro@FreeBSD.org
Subject:   conf/35884: more DNS-based blocking for freebsd.mc
Message-ID:  <200203140644.g2E6iUYr090733@aldan.algebra.com>

next in thread | raw e-mail | index | archive | help

>Number:         35884
>Category:       conf
>Synopsis:       more DNS-based blocking for freebsd.mc
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 13 22:50:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mikhail Teterin
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Virtual Estates, Inc.
>Environment:
System: FreeBSD aldan.algebra.com 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Wed Feb 27 14:09:42 EST 2002 mi@aldan.algebra.com:/ccd/obj/ccd/src/sys/DEBUG i386


>Description:

	As the mail-abuse.org is now pricey and toothless, other dns-based
	blocking services should be offered to FreeBSD users.

	This patch adds the (commented out by default) descriptions of
	ordb.org and orbz.org to freebsd.mc

>How-To-Repeat:
>Fix:

Index: freebsd.mc
===================================================================
RCS file: /home/ncvs/src/etc/sendmail/freebsd.mc,v
retrieving revision 1.22
diff -U2 -r1.22 freebsd.mc
--- freebsd.mc	17 Feb 2002 23:38:16 -0000	1.22
+++ freebsd.mc	14 Mar 2002 06:42:45 -0000
@@ -69,4 +69,15 @@
 dnl Other DNS based black hole lists
 dnl --------------------------------
+dnl Open Relay DataBase: http://ordb.org/
+dnl This service is free, although donations are encouraged:
+dnl	http://ordb.org/donate/
+dnl FEATURE(dnsbl, `relays.ordb.org', `"550 " $&{client_addr} " is an open relay; see http://ordb.org/lookup/?host=" $&{client_addr}')
+
+dnl Open Relay Blackhole Zones: http://orbz.org/
+dnl Another great service:
+dnl FEATURE(dnsbl, `inputs.orbz.org', `"550 " $&{client_addr} " is a known spam source; see http://orbz.org/b.php?" $&{client_addr}')
+dnl Read http://orbz.org/io.php before turning on ouputs blocking:
+dnl FEATURE(dnsbl, `outputs.orbz.org', `"550 " $&{client_addr} " is a known spam source; see http://orbz.org/b.php?" $&{client_addr}')
+
 dnl MAPS Relay Spam Stopper (RSS): http://mail-abuse.org/rss/
 dnl NOTE: This is a subscription service as of July 31, 2001

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200203140644.g2E6iUYr090733>