> .mailboxlist (that's DOT mailboxlist) was not owned by the user. Where > oh Where did this file come from? And why is SM attempting to use it? (is > this per an RFC I missed?)
it came from your imap server source. src/osdep/unix/env_unix.h ---- #define SUBSCRIPTIONFILE(t) sprintf (t,"%s/.mailboxlist",myhomedir ()) ---- SquirrelMail does not use that file. Your IMAP server wants to use it. Each IMAP server has to store folder subscribtions somewhere. Usually servers use dot files in home directory or some files in directory that stores mail data. -- Tomas ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php -- squirrelmail-users mailing list Posting Guidelines: http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines List Address: [EMAIL PROTECTED] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
