procmail
[Top] [All Lists]

Re: forcing Maildir

2001-09-27 14:54:03
Vance Shipley <vances(_at_)motivity(_dot_)ca> writes:
...
How about an example?:

      A /usr/home partition with all user's home directories

      Using Maildir format storage with the primary inbox
      being the maildir format directory named ".maildir"
      in the user's home directory
      (e.g. /usr/home/brenda/.maildir)

Now what should we change in src/authenticate.c:
...
#define MAILSPOOLHOME "/.maildir"                /* watch the leading / */
                                            /* delivers to $HOME/.mail */


Close, but not quite: MAILSPOOLDIR, MAILSPOOLSUFFIX, and MAILSPOOLHASH
are all ignored if MAILSPOOLHOME is defined.  You merely forgot the
trailing slash on MAILSPOOLHOME to tell procmail to interpret it as a
maildir by default.  Try this:

#define MAILSPOOLHOME "/.maildir/"


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>