LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Squirrelmail: Query: CREATE "INBOX.Sent" Reason Given: Cannot create this folder. (https://www.linuxquestions.org/questions/linux-server-73/squirrelmail-query-create-inbox-sent-reason-given-cannot-create-this-folder-554078/)

Chiragrs 05-15-2007 10:44 AM

Squirrelmail: Query: CREATE "INBOX.Sent" Reason Given: Cannot create this folder.
 
I am able to log into my squirrelmail account but Im getting this error:
ERROR: Could not complete request.
Query: CREATE "INBOX.Sent"
Reason Given: Cannot create this folder.

ERROR: Could not complete request.
Query: SELECT "INBOX"
Reason Given: Unable to open this mailbox.

I am using Kubuntu-Postfix-CourierIMAP-Squirrelmail configuration for setting up a mail server.

Where do I create the directories for INBOX?? And where do I link this directory to squirrelmail? In squirrelmail config, there seems to be no such option.

Thanks in Advance.

acid_kewpie 05-15-2007 12:03 PM

unrelated to networking. moved to Linux - server.

titanic 03-10-2008 11:37 AM

Quote:

Originally Posted by Chiragrs (Post 2749796)
I am able to log into my squirrelmail account but Im getting this error:
ERROR: Could not complete request.
Query: CREATE "INBOX.Sent"
Reason Given: Cannot create this folder.

ERROR: Could not complete request.
Query: SELECT "INBOX"
Reason Given: Unable to open this mailbox.

I am using Kubuntu-Postfix-CourierIMAP-Squirrelmail configuration for setting up a mail server.

Where do I create the directories for INBOX?? And where do I link this directory to squirrelmail? In squirrelmail config, there seems to be no such option.

Thanks in Advance.

run vi /etc/squirrelmail/config_local.php
then add these lines
$defaul_folder_prefix='INBOX.';
$trash_folder='Trash';
$send_folder='Sent';
$draft_folder='Draft';


when finished pres Esc
then type :wq! and press enter


All times are GMT -5. The time now is 03:45 PM.