On 2002-12-30 13:24, dick hoogendijk <[EMAIL PROTECTED]> 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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to