From owner-freebsd-questions Mon Dec 30 22:55: 3 2002 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 8BE8637B401 for ; Mon, 30 Dec 2002 22:55:02 -0800 (PST) Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 797A643EB2 for ; Mon, 30 Dec 2002 22:55:01 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from gothmog.gr (patr530-a144.otenet.gr [212.205.215.144]) by mailsrv.otenet.gr (8.12.6/8.12.6) with ESMTP id gBV6sqHQ009937; Tue, 31 Dec 2002 08:54:57 +0200 (EET) Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.12.6/8.12.6) with ESMTP id gBV6spsd002868; Tue, 31 Dec 2002 08:54:51 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.12.6/8.12.6/Submit) id gBV6spLo002867; Tue, 31 Dec 2002 08:54:51 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Tue, 31 Dec 2002 08:54:51 +0200 From: Giorgos Keramidas To: dick hoogendijk Cc: freebsd-questions@FreeBSD.org Subject: Re: procmail and anti-spam Message-ID: <20021231065451.GH2262@gothmog.gr> References: <20021230120513.GA22540@nagual.st> <20021230122433.GA23101@nagual.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021230122433.GA23101@nagual.st> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 2002-12-30 13:24, dick hoogendijk wrote: > > >define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail') > > >FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u') > > >MAILER(procmail)dnl > > > > > >Am I right about this or do I put them in submit.mc? > > > > Spamprobe doesn't require any changes to sendmail, you only need to > > tweak your .procmailrc. > > I know that, but sendmail does *not* use procmail for the local mail > delivary *yet*. It doesn't do that by default, hence my question ;-) Two minor points. a) Why /usr/bin/procmail and not the default path of the procmail port installation [/usr/local/bin/procmail]? I use procmail for local delivery and all I needed to add to my local.mc file was: FEATURE(`local_procmail') MAILER(procmail) b) You don't really need to use procmail as the delivery agent of ALL the local users. You can enable procmail on a per-user basis by proper .forward files in their home directories. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message