procmail
[Top] [All Lists]

Re: Some doubt regarding delivery..

1998-06-16 14:24:56
"Srinivasa T.N." <seenutn(_at_)cdotd(_dot_)ernet(_dot_)in> writes:
  I want to configure the procmail in such a way that the mails should be
delivered to the users home directories on NFS instead of
/usr/mail/$LOGNAME.  What are the settings to be done for this??

Edit src/authenticate.c and change the line that says

/*#define MAILSPOOLHOME "/.mail"                      /* watch the leading / */

to instead read

#define MAILSPOOLHOME "/.mail"                        /* watch the leading / */

Then, recompile procmail.  That'll cause procmail to use $HOME/.mail as
the default mailspool.


Philip Guenther

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