From owner-freebsd-questions@FreeBSD.ORG Thu Feb 16 03:05:17 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 7DDF316A422 for ; Thu, 16 Feb 2006 03:05:17 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E1A043D45 for ; Thu, 16 Feb 2006 03:05:13 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin08-en2 [10.13.10.153]) by smtpout.mac.com (Xserve/8.12.11/smtpout04/MantshX 4.0) with ESMTP id k1G35BQj026936; Wed, 15 Feb 2006 19:05:11 -0800 (PST) Received: from [192.168.1.3] (pool-68-161-67-103.ny325.east.verizon.net [68.161.67.103]) (authenticated bits=0) by mac.com (Xserve/smtpin08/MantshX 4.0) with ESMTP id k1G357pN023510 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 15 Feb 2006 19:05:10 -0800 (PST) Message-ID: <43F3EBE3.7060309@mac.com> Date: Wed, 15 Feb 2006 22:05:07 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: James Csoka References: <03bf01c63247$d1c78ae0$2e07a8c0@domfirst.local> <040a01c6324a$f6dac920$2e07a8c0@domfirst.local> <20060215161255.GB70956@dan.emsphone.com> <010f01c6326b$051094a0$2e07a8c0@domfirst.local> In-Reply-To: <010f01c6326b$051094a0$2e07a8c0@domfirst.local> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Freebsd - Questions Subject: Re: Blocking an individual email address X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2006 03:05:17 -0000 James Csoka wrote: > After reading the page you linked to, and looking at the examples, I added > the line To:user@example.com REJECT (using my personal email), and it had no > effect. I can't find any good reason it didn't work, but it fails to > prevent me from sending mail from inside my work network to my home address. Do you do a "make access.db" or "make all" afterwards to rebuild the database? Maybe try restarting sendmail ("make restart") and see whether /var/log/maillog says something interesting about that file or something else that might be helpful? (Does a logfile that no-one reads make any noise? :-) -- -Chuck