On Tue, Feb 11, 2003 at 05:00:24PM -0800, Joseph Turley wrote: > When I try to log into the IMAP server it says the > following after it's authenticated. > > ERROR: > Unknown error: Fatal error: Maildir: No such file or > directory > > Read data: > > Anyone know what directory it tries to look at, or how > it puts together MYSQL data to make up the directory > it's looking for?
Courier IMAP looks at $HOME/Maildir by default. If you're using mysql, and you've set your user's 'home' field to /some/path, then courier IMAP will look for /some/path/Maildir, so make sure it exists, and has the right ownership and permissions. Use maildirmake to create it. -- Anand Buddhdev http://anand.org ------------------------------------------------------- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftware.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
