From owner-freebsd-questions@FreeBSD.ORG Thu Aug 5 05:16:36 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 8FBE616A4CE for ; Thu, 5 Aug 2004 05:16:36 +0000 (GMT) Received: from forrie.com (forrie.ne.client2.attbi.com [24.62.207.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA3943D41 for ; Thu, 5 Aug 2004 05:16:35 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [127.0.0.1] (i-95.forrie.net. [192.168.1.95]) by forrie.com with ESMTP id i755GQFt090754 for ; Thu, 5 Aug 2004 01:16:28 -0400 (EDT) (envelope-from forrie@forrie.com) Message-ID: <4111C2A3.1010501@forrie.com> Date: Thu, 05 Aug 2004 01:16:19 -0400 From: Forrest Aldrich User-Agent: Mozilla Thunderbird 0.7+ (Windows/20040730) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-RAVMilter-Version: 8.3.0(snapshot 20010925) (forrie.ne.client2.attbi.com) X-MailScanner-LocalNet: Found to be clean Subject: Blocking SMTP traffic based upon RBL.... 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: Thu, 05 Aug 2004 05:16:36 -0000 There are probably dangerous consequences to doing something like this improperly; however, there is a project out there called PacketBL: http://wiki.duskglow.com/index.php/Packetbl It's for Linux only, unfortunately -- however I like the idea. It interfaces with the packet filtering system and selectively blocks SMTP (port 25, configurable) traffic based upon RBLs etc. I wonder if there is a similar way to accomplish this with FreeBSD/ipfw...