On Sunday 26 October 2003 08:06, [EMAIL PROTECTED] wrote: > -rw------- 1 luked users 915 Oct 24 17:19 Maildir
This is not a maildir. It's just a file. Courier will default to creating an mbox for an account if a maildir isn't set up (so you don't lose the mail), but courier-pop3 doesn't read mbox files, just maildirs. So for each user, you need to create a maildir using the "maildirmake" command which is part of courier. Maildir are special kinds of folders which have certain subfolders and certain permissions. "maildirmake" will take care of everything for you - just run it as the proper user. So as user "luked" you should rename the /home/luked/Maildir file (assuming it has any mail in there you want, if not just delete it) and then run "maildirmake ~/Maildir" Now mail should be delivered to the Maildir and courier-pop3 will be able to read it. Jeff Jansen IVB ------------------------------------------------------- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
