From owner-freebsd-hackers@FreeBSD.ORG Tue Sep 6 15:58:21 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 C6CF316A41F for ; Tue, 6 Sep 2005 15:58:21 +0000 (GMT) (envelope-from gshapiro@gshapiro.net) Received: from gir.gshapiro.net (gir.gshapiro.net [209.246.26.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9158143D45 for ; Tue, 6 Sep 2005 15:58:21 +0000 (GMT) (envelope-from gshapiro@gshapiro.net) Received: from gir.gshapiro.net (localhost [127.0.0.1]) by gir.gshapiro.net (8.13.3/8.13.3) with ESMTP id j86FwLuX058412 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 6 Sep 2005 08:58:21 -0700 (PDT) (envelope-from gshapiro@gir.gshapiro.net) Received: (from gshapiro@localhost) by gir.gshapiro.net (8.13.3/8.13.3/Submit) id j86FwLDN058411; Tue, 6 Sep 2005 08:58:21 -0700 (PDT) (envelope-from gshapiro) Date: Tue, 6 Sep 2005 08:58:21 -0700 From: Gregory Neil Shapiro To: Steve Suhre Message-ID: <20050906155820.GX33939@gir.gshapiro.net> References: <431DB787.3060507@nano.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <431DB787.3060507@nano.net> User-Agent: Mutt/1.5.9i Cc: freebsd-hackers@freebsd.org 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 15:58:21 -0000 > ... > 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 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.