From owner-freebsd-questions@FreeBSD.ORG Fri May 14 18:35:08 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6511616A4CE for ; Fri, 14 May 2004 18:35:08 -0700 (PDT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBD8843D46 for ; Fri, 14 May 2004 18:35:07 -0700 (PDT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.11/8.12.11) with ESMTP id i4F1Z7Oc020389; Fri, 14 May 2004 19:35:07 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.11/8.12.11/Submit) with ESMTP id i4F1Z6vb020386; Fri, 14 May 2004 19:35:06 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Fri, 14 May 2004 19:35:06 -0600 (MDT) From: Warren Block To: Gary Kline In-Reply-To: <20040515005503.GA9224@tao.thought.org> Message-ID: <20040514192819.C20346@wonkity.com> References: <20040515005503.GA9224@tao.thought.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: clamd / ClamAV version devel-20040504, clamav-milter version 0.70u X-Virus-Status: Clean cc: FreeBSD Mailing List Subject: Re: blacklist(s) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 May 2004 01:35:08 -0000 On Fri, 14 May 2004, Gary Kline wrote: > Can anyone point me to the website that told how to set up > sendmail's FEATURE to use blacklists? There were at least > fourr blacklist sites. I've grep'd thru my ~/Mail directory, > can't find it? There should already be an example in /etc/mail/freebsd.mc (no linewrap): dnl FEATURE(dnsbl, `blackholes.mail-abuse.org', `"550 Mail from " $&{client_addr} " rejected, see http://mail-abuse.org/cgi-bin/lookup?" $&{client_addr}') Change the relevant information to use DNSBLs. For example, here's the one I use for the excellent XBL-SBL list: FEATURE(`dnsbl', `sbl-xbl.spamhaus.org', `"554 Mail from " $&{client_addr} " rejected, site listed on http://www.spamhaus.org"') -Warren Block * Rapid City, South Dakota USA