Matthew Hixson <hixson(_at_)frozenwave(_dot_)com> writes:
I am setting up a new Linux system which needs to have users' email saved to
a file in their home directory called ".mailbox". I really don't need procmail
to do anything more complicated than that (at this time), and would be thrilled
if I could get either "/bin/mail", "mail.local", or "deliver" to do this for
me. Could someone point me in the right direction here?
Check out the comments at the top of the src/authenticate.c source
file. You should be able to do the above by defining MAILSPOOLHASH to
"/.mailbox".
Philip Guenther