From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 6 19:53:24 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EC62416A420; Tue, 6 Sep 2005 19:53:24 +0000 (GMT) (envelope-from dan@dpcsys.com) Received: from ns.beach.net (ns.beach.net [12.130.64.129]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75BA243D53; Tue, 6 Sep 2005 19:53:22 +0000 (GMT) (envelope-from dan@dpcsys.com) Received: from [148.64.213.203] (misc-148-64-213-203.pool.starband.net [148.64.213.203]) by ns.beach.net (8.12.9/8.11.3) with ESMTP id j86JqXum072943; Tue, 6 Sep 2005 12:52:40 -0700 (PDT) (envelope-from dan@dpcsys.com) In-Reply-To: <20050906155820.GX33939@gir.gshapiro.net> References: <431DB787.3060507@nano.net> <20050906155820.GX33939@gir.gshapiro.net> Mime-Version: 1.0 (Apple Message framework v734) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <1C867FE5-031C-497C-8E17-CBEB3445D0CD@dpcsys.com> Content-Transfer-Encoding: 7bit From: Dan Busarow Date: Tue, 6 Sep 2005 13:52:53 -0600 To: Gregory Neil Shapiro X-Mailer: Apple Mail (2.734) Cc: freebsd-hackers@freebsd.org, Steve Suhre Subject: Re: Sendmail & Procmail X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 19:53:25 -0000 On Sep 6, 2005, at 9:58 AM, Gregory Neil Shapiro wrote: >> ... >> FEATURE(local_procmail, `/usr/bin/procmail') >> MAILER(procmail) >> MAILER(local) >> ... >> > > You don't need MAILER(procmail) if you are using FEATURE > (local_procmail). > On the other hand, procmail as a local mailer will only read the > user's > ~/.procmailrc, *not* the system wide one. If you want to use > procmail as > a system wide filter, there are examples of how to do this in the > EXAMPLES section of the procmail man page. You will need to drop > FEATURE(local_procmail) and just use MAILER(procmail) and add rules > or mailertable entries to get mail to go to that mailer. However, > that > may mean you no longer evaluate user ~/.procmailrc files. You'll have > to research the procmail side more. I have both MAILER(procmail) and FEATURE(local_procmail) in my .mc and site wide (/usr/local/etc/procmailrc) works fine. Is your procmail really in /usr/bin? >> I don't see spamc or spamd running >> > > That is a problem. spamd needs to be running for spamc to contact it. > Check /usr/local/etc/rc.d/sa-spamd.sh. Right, if spamd isn't running it doesn't matter if the procmail setup is correct since SA will never get called. Dan