procmail
[Top] [All Lists]

Re: Procmail and maildir

2002-03-24 22:04:49
michael(_dot_)bartlett(_at_)workshare(_dot_)com writes:
...
Anyway, is there something I need to actually DO to make it support this
format. I've done this before about 6 months ago - I think using
procmail-maildir on around procmail-3.13 or so. 

Basically, I'm trying to get it to deliver mail to /home/$user/Mailbox - any
help would be appreciated. I would prefer to do it natively with procmail
rather than using procmail recipes to do it as we have quite a complex
ruleset as it is and I'm not skilled enough to risk making drastic
modifications.

If you want procmail to deliver to $HOME/Mailbox, treating it as a
maildir folder, then you should add the following line to the top of
the src/authenticate.c file in the source tree

#define MAILSPOOLHOME "/Mailbox/"

then recompile and reinstall.  That'll change how procmail sets the
DEFAULT and ORGMAIL variables when it starts up.


Philip Guenther
_______________________________________________
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>