Matt M. said: > Folder Defaults > 1. Default Folder Prefix : mail/
I don't know if it would help you, but I found that using "mail/" as folder prefix did not work well on my UWIMAPD system. SquirrelMail 1.4.2, UWIMAPD, PHP 4.3.4. (IMAP4rev1 2002.325-cpanel) I tried using the recommended UWIMAP config values from http://cvs.sf.net/viewcvs.py/*checkout*/squirrelmail/squirrelmail/doc/presets.txt?rev=1.1 I found that those settings did not work on my UWIMAP server. Specifically, $default_folder_prefix = "mail/"; gave me errors. When I logged in the folder list would not render and instead in the folder list frame an error message appeared: ERROR: ERROR : Could not complete request. Query: SUBSCRIBE "INBOX.Sent" Reason Given: SUBSCRIBE failed: Already subscribed to mailbox INBOX.Sent When I changed default_folder_prefix from "mail/" to just "", the folder list worked. On our web server, mail is stored in /home/webaccountname/mail/mailusername/ This would seem to indicate that the recommended setting, "mail/" is incorrect for at least some UWIMAP servers. Perhaps the documentation for SM should get revised to help other UWIMAP users. For UWIMAPD,(IMAP4rev1 2002.325-cpanel), here are my working settings: imap_server_type = uw default_folder_prefix = trash_folder = Trash sent_folder = Sent draft_folder = Drafts show_prefix_option = true default_sub_of_inbox = false show_contain_subfolders_option = true optional_delimiter = / delete_folder = true force_username_lowercase = true ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
