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
Monday, December 12, 2005
Subscribe to:
Post Comments (Atom)
4 comments:
Enjoyed a lot! » » »
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.
it is not working for me :(
@lombra
wich line? can u give me a sample of it?
Post a Comment