> Hi, > > I am using Squirellmail 1.4.8-4.el4.centos together with the cyrus-imap > v2.2.12, Centos 4.4 x86_64 > > When I login into my mailbox this error appears on the left side with the > mail folders: > ERROR: Could not complete request. > Query: CREATE "Sent" > Reason Given: Permission denied > > If I set the $auto_create_special to false the error does not appears > anymore. > > My problem is, when I send an email the email is send correctly but it's > not copied to the "Sent" folder. > Like the same is when I delete any message it's deleted correctly but it's > not moved to "Trash" folder. > > Both "Sent" and "Trash" folders exists in my IMAP mailbox. > > Do you have any idea what can be wrong? Cyrus stores personal folders under INBOX. If you use cyrus, your $default_folder_prefix should be set to empty string, and special folders should be written with INBOX prefix. $default_folder_prefix = ''; $trash_folder = 'INBOX.Trash'; $sent_folder = 'INBOX.Sent'; $draft_folder = 'INBOX.Drafts'; If you haven't applied cyrus preset in SquirrelMail configuration utility, apply it. See http://www.squirrelmail.org/docs/admin/admin-5.html#ss5.2 If you have set folder prefix to 'INBOX.' and removed 'INBOX.' from special folder names, please remove Fedora's configuration overrides from config/config_local.php If you have enabled unixhierarchysep in cyrus imap configuration, replace all dots in mailbox names with slashes. -- Tomas ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier. Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx 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