procmail
[Top] [All Lists]

procmail as LDA on Sol7's Sendmail 8.9.3

2002-01-31 18:05:01
Okay, nobody responded to my idea about making every user's .forward
owned by root so I decided to again make procmail my LDA.
It was once before.

I modified my main-v7sun.mc to use procmail as LDA

   # vi main-v7sun.mc
   # diff main-v7sun.mc main-v7sun.mc.001227
   61d55
   < FEATURE(local_procmail)dnl
   62a57
   > MAILER(local)dnl
   64d58
   < MAILER(procmail)dnl

But because /usr/lib/mail/feature was missing local_procmail.m4
and         /usr/lib/mail/mailer  was missing       procmail.m4,
I downloaded 8.12.2 from sendmail.org since the procmail m4 files 
looked simple enough, I copied them from there.

m4 liked this.
'/etc/init.d/sendmail start' didn't.

It complained and said:
554 /etc/mail/sendmail.cf: line 1039: mailer procmail: `=' expected

so I looked at the sendmail.cf:

# sed -n 1031,1042p /etc/mail/sendmail.cf
######################*****##############
###   PROCMAIL Mailer specification   ###
##################*****##################

#####  $Id: procmail.m4,v 8.22 2001/11/12 23:11:34 ca Exp $  #####

Mprocmail,      P=/usr/local/bin/procmail, F=_MODMF_(DFMPROCMAIL_MAILER_FLAGS,
PROCMAIL), S=EnvFromSMTP/HdrFromSMTP, R=EnvToSMTP/HdrFromSMTP,
                T=DNS/RFC822/X-Unix,
                A=procmail -Y -m $h $f $u


##################################################

I then searched the procmail archives for
line 1039: A=procmail -Y -m $h $f $u
and found others used the same line.
Is there something else I have to do or do I have to
upgrade sendmail?

Dave Robbins
_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

<Prev in Thread] Current Thread [Next in Thread>