Monday, December 12, 2005

SquirrelMail Invalid mailbox name

1. buka webmail pake squirrelmail
2. lo kok di sebelah kiri muncul pesan error

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

trus cari di google solusinya ini nih
1. # vi /etc/squirrelmail/config_local.php
2. tambahkan baris berikut

$default_folder_prefix = 'INBOX.';
$trash_folder = 'Trash';
$sent_folder = 'Sent';
$draft_folder = 'Drafts';

udah deh slesai webmail nya

4 comments:

Anonymous said...

Enjoyed a lot! » » »

Unknown said...

This solution solve the problem, but the correct way is: run the conf.pl in config folder and alter the 3 option (Options Folder). Change the Folder prefix to the "INBOX" and adjust the Sent, Drafts and Trash to .Sent, .Drafts and .Trash. Save settings and restart apache.

Anonymous said...

it is not working for me :(

Anonymous said...

@lombra
wich line? can u give me a sample of it?