From owner-freebsd-net@FreeBSD.ORG Tue Oct 19 23:41:05 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 834C316A4CE for ; Tue, 19 Oct 2004 23:41:05 +0000 (GMT) Received: from spooky.eis.net.au (spooky.eis.net.au [203.12.171.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA0EE43D53 for ; Tue, 19 Oct 2004 23:41:04 +0000 (GMT) (envelope-from ernie@spooky.eis.net.au) Received: (from ernie@localhost) by spooky.eis.net.au (8.12.11/8.12.11) id i9JNf3Ak040311 for freebsd-net@freebsd.org; Wed, 20 Oct 2004 09:41:03 +1000 (EST) (envelope-from ernie) From: User Ernie Message-Id: <200410192341.i9JNf3Ak040311@spooky.eis.net.au> To: freebsd-net@freebsd.org Date: Wed, 20 Oct 2004 09:41:03 +1000 (EST) X-Mailer: ELM [version 2.5 PL6] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Whitelist for dnsbl recipients X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Oct 2004 23:41:05 -0000 I am using the sendmail FEATURE(`dnsbl', on my mail gateway server which feeds several other mail server, to do lookups from an aggregated black list t1.dnsbl.net.au It works too well! Because t1.dnsbl.net.au a comprehensive, aggregated black list, a lot of mail from poorly configured senders gets rejected. Every now and then I have a request from a user to turn of the black list feature for their mail box. I thought I could do it with a rule in the /etc/mail/access file, using a syntax like: To:user@some.domain.name.com OK That didn't seem to work, I still got lots of reject messages in the mail log. Can anyone suggest a way of solving the problem? I have no problem white listing source addresses, but there are too many source addresses to solve this problem, it really needs to be an exempted recipient address. - Ernie.