SquirrelMail 1.4.0, UWIMAPD, PHP 4.3.4.
(IMAP4rev1 2002.325-cpanel)
I also have two revised files sent to me by Erin Schnabel to correct bugs
in 1.4.0:  folders.php and imap_mailbox.php.


Quick summary: on my UWIMAP server, the recommended value
default_folder_prefix = "mail/" did not work. default_folder_prefix = ""
does work. That recommended value may be for an older release of UWIMAP.


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


Is anyone else using a version 4 of UWIMAP? Can you confirm that the old
recommended value of "mail/" is no longer applicable?

Comments?
Confirmation?


-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&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

Reply via email to