procmail
[Top] [All Lists]

Re: First time post to procmail list

2001-07-28 13:11:17
On Thu, Jul 26, 2001 at 04:01:58PM +0800, Jephe Wu wrote:
Hi, Before I compile procmail on redhat 6.1 , I edit src/authenticate.c
and change MAILSPOOLDIR to "/usr/mail/" and MAILSPOOLHASH to 2,  then I
compile procmail,

After completing compiling procmail, I type "procmail -v", it reported
my mail spool directory is /var/spool/mail//r/o/root, why it is not
/usr/mail/r/o/root?

# echo $PATH
# which procmail

Betcha you've got /usr/bin in your path before /usr/local/bin, and the results
of a which tells you it's executing /usr/bin/procmail, while you're newly
compiled version is /usr/local/bin/procail. If that's the case, see what
happens when you do "/usr/local/bin/procmail -v". If you get the results you
want, move /usr/bin/procmail to /usr/bin/procmail.old.
You probably want to do the same with /usr/bin/formail as well.

-- 
Andrew Edelstein        -       andrew(_at_)pure-chaos(_dot_)com
http://andrew.pure-chaos.com
_______________________________________________
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>