procmail
[Top] [All Lists]

Re: envvars not getting set

2006-11-23 15:32:23
On Wed, Nov 08, 2006 at 04:18:35PM -0700, Dylan Thurston wrote:

Hello, I'm not sure if my other emails made it through so i thought i
would try once more. I am having trouble with procmail(with postfix
setup). I am using a global procmailrc (/etc/procmailrc) file and i of

You need to read the postfix man pages regarding mailbox_command. You
should set something like:

    mailbox_command = /usr/bin/procmail -p

to avoid resetting the environment, or:

    mailbox_command = /usr/bin/procmail -p -a "$USER"

to access it as a positional parameter.

-- 
Unabashedly littering the information superhighway with detritus like
this for over 15 years now.


____________________________________________________________
procmail mailing list   Procmail homepage: http://www.procmail.org/
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail

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