On Tue, 2003-09-02 at 15:31, HIROSHIMA Naoki wrote: > Matt wrote: > > > Now.. when users log into webmail (using squirrelmail) they get this error on the > > left hand frame sometimes: > > > > ERROR: Could not complete request > > Query: CREATE "INBOX.Sent" > > Reason Given: CREATE failed: With a Maildir++ depot, you must create all > > mailboxes under INBOX. Try creating INBOX/INBOX.Sent > > modify your config/config.php like the below. > > $default_folder_prefix = 'INBOX/'; > $trash_folder = 'Trash'; > $sent_folder = 'Sent'; > $draft_folder = 'Drafts'; > > this should solve the problem. > > -- Hiroshima > -- Matt <[EMAIL PROTECTED]> I've tried that
I had: $default_folder_prefix = 'INBOX/'; $trash_folder = 'Trash'; $sent_folder = 'Sent'; $draft_folder = 'Drafts'; and also $default_folder_prefix = ''; $trash_folder = 'INBOX/Trash'; $sent_folder = 'INBOX/Sent'; $draft_folder = 'INBOX/Drafts'; The second way seems to work except that all the old folders come up as: INBOX.Drafts INBOX.Old-Mails INBOX.Template EMails etc.. and for some reason SquirrelMail is not creating the sent/drafts/trash folders if they are missing. ~ Matt

