From mi@aldan.algebra.com  Wed Mar 13 22:44:09 2002
Return-Path: <mi@aldan.algebra.com>
Received: from aldan.algebra.com (aldan.algebra.com [216.254.65.224])
	by hub.freebsd.org (Postfix) with ESMTP
	id 3586D37B417; Wed, 13 Mar 2002 22:44:08 -0800 (PST)
Received: from aldan.algebra.com (localhost [127.0.0.1])
	by aldan.algebra.com (8.12.2/8.12.2) with ESMTP id g2E6iV3a090734;
	Thu, 14 Mar 2002 01:44:31 -0500 (EST)
	(envelope-from mi@aldan.algebra.com)
Received: (from mi@localhost)
	by aldan.algebra.com (8.12.2/8.12.2/Submit) id g2E6iUYr090733;
	Thu, 14 Mar 2002 01:44:30 -0500 (EST)
Message-Id: <200203140644.g2E6iUYr090733@aldan.algebra.com>
Date: Thu, 14 Mar 2002 01:44:30 -0500 (EST)
From: Mikhail Teterin <mi@aldan.algebra.com>
Reply-To: Mikhail Teterin <mi@aldan.algebra.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: gshapiro@freebsd.org
Subject: more DNS-based blocking for freebsd.mc
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         35884
>Category:       conf
>Synopsis:       more DNS-based blocking for freebsd.mc
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    gshapiro
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 13 22:50:01 PST 2002
>Closed-Date:    Mon Mar 25 13:54:09 PST 2002
>Last-Modified:  Mon Mar 25 13:54:09 PST 2002
>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:
Responsible-Changed-From-To: freebsd-bugs->gshapiro 
Responsible-Changed-By: cjc 
Responsible-Changed-When: Wed Mar 13 22:58:49 PST 2002 
Responsible-Changed-Why:  
Give it to the Sendmail Guy. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=35884 
State-Changed-From-To: open->patched 
State-Changed-By: gshapiro 
State-Changed-When: Thu Mar 21 22:40:41 PST 2002 
State-Changed-Why:  
I've decided against making the config file a database of DNS based 
blacklists.  It would go out of date far too fast.  For example, your 
PR asked for ORBZ to be added.  Less than a week later, ORBZ is now 
gone.  Instead, I've put a URL to a maintained list of blacklists. 


http://www.freebsd.org/cgi/query-pr.cgi?pr=35884 
State-Changed-From-To: patched->closed 
State-Changed-By: gshapiro 
State-Changed-When: Mon Mar 25 13:53:56 PST 2002 
State-Changed-Why:  
The change has been MFC'ed to RELENG_4 

http://www.freebsd.org/cgi/query-pr.cgi?pr=35884 
>Unformatted:
