PDA

View Full Version : Query: CREATE "Sent", Reason Given: Invalid mailbox name.


Mitzi
22nd July 2007, 10:23
Hi,

I have Fedora 7 installed and followed Virtual Users And Domains With Postfix, Courier And MySQL (Fedora Core 5) (http://www.howtoforge.com/fedora_virtual_postfix_mysql_quota_courier) with some adjustments for 7.

I can send and recieve with Eudora without a problem.

But I want to be able to use webmail as well, so I installed SquirrelMail.
When I login to SquirrelMail I get the following error in the left menu (see the attachted screen shot):

ERROR: Could not complete request.
Query: CREATE "Sent"
Reason Given: Invalid mailbox name.

I searched for a sollution, but the one that is offered, doesn't seem to work.
In /etc/squirrelmail/config.php changed I changed:
$default_folder_prefix = 'mail/';
to:
$default_folder_prefix = 'INBOX.';

Can someone please give me directions how to solve this?
Thanks

Mitzi
26th July 2007, 17:02
Nobody any ideas?

micko_escalade
2nd August 2007, 05:12
I got the same problem,
my setup is FC6 and SquirrelMail v1.4.10a-1.fc6

http://img125.imageshack.us/img125/9866/clipqd4.jpg

Mitzi
2nd August 2007, 23:41
I found my sollution in nsurge's post (http://www.howtoforge.com/forums/showthread.php?t=7519&page=2&highlight=Invalid+mailbox).

Hope it helps you too

micko_escalade
3rd August 2007, 04:23
I found my sollution in nsurge's post (http://www.howtoforge.com/forums/showthread.php?t=7519&page=2&highlight=Invalid+mailbox).

Hope it helps you too
Yes, it does help big time :)
Its working now.
Explanation from squirrelmail.org WIKI is kinda confusing
because I thought I need to comment out/remove $default_folder_prefix from /etc/squirrelmail/config_local.php file which in my case did not work, so I tried to comment out in /etc/squirrelmail/config.php file and it worked,
Anyway, thanks for replying!