Date: Tue, 31 Dec 2002 08:54:51 +0200 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: dick hoogendijk <dick@nagual.st> Cc: freebsd-questions@FreeBSD.org Subject: Re: procmail and anti-spam Message-ID: <20021231065451.GH2262@gothmog.gr> In-Reply-To: <20021230122433.GA23101@nagual.st> References: <20021230120513.GA22540@nagual.st> <B89FE684-1BF0-11D7-AE80-000393460DB2@soupnazi.org> <20021230122433.GA23101@nagual.st>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2002-12-30 13:24, dick hoogendijk <dick@nagual.st> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20021231065451.GH2262>