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

