procmail
[Top] [All Lists]

Re: more doubts .

2001-01-16 18:16:16
Jo o Paulo Andrade wrote:
this is the  /usr/src/etc/sendmail/freebsd.mc file:
(after the inclusion of the two last strings)

#######################################################################
...
define(`PROCMAIL_MAILER_PATH', `/usr/local/bin/procmail')dnl       # lines 
included
FEATURE(`local_procmail')dnl                                          #

Looks good.  



#######################################################################
this is the end of file.

then I have to rebuild /etc/mail/sendmail.cf ?
cd /etc/mail/
make sendmail.cf

Yes, but not like that.  Like this:

    cd /usr/src/etc/sendmail
    make freebsd.cf
    diff /etc/mail/sendmail.cf freebsd.cf

Study the result of the diff.  If you're happy about it, then...

    cd /etc/mail
    mv sendmail.cf sendmail.cf.noprocmail
    cp /usr/src/etc/sendmail/freebsd.cf ./sendmail.cf

and  re-start sendmail.
finish?? procmail starts????
Note: the file /etc/procmailrc
wasn't created!!!  I have to create it?

Yes, you must create it yourself.  Put something harmless into it,
send a mail to someone on your local system, and see if it was touched
and if procmail got executed:

    ls -lu /etc/procmailrc /usr/local/bin/procmail

hth
-- 
Neither I nor my employer will accept any liability for any problems
or consequential loss caused by relying on this information.  Sorry.
Collin Park                         Not a statement of my employer.
_______________________________________________
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>