>> I have it working, except for two things, the second of which is likely >> a configuration error on my part: 1) it doesn't do tls yet, and 2) it is >> naming sub-folders wrong. > > I was right about #2 - it was a configuration error, in Squirrelmail. > When I changed: > > $default_folder_prefix = ''; > $trash_folder = 'INBOX.Trash'; .. > to: > > $default_folder_prefix = 'INBOX.'; > $trash_folder = 'Trash';
First thing to do when you install squirrelmail - run conf.pl and use D command. Tattoo it on your back. SquirrelMail provides quick setup option for Courier-IMAP. Second thing - enable server side sorting and threading, if imap server supports it. Courier supports SORT commands that are used by SquirrelMail, if courier is compiled with --enable-unicode. > Now to figure out that tls problem ... SquirrelMail can do SSL connection to IMAPS port. You need php 4.3+ with ssl support enabled. It does not support STARTTLS on standard IMAP port. I think it is impossible to do due to php ssl limitations. -- Tomas http://www.catb.org/~esr/faqs/smart-questions.html http://article.gmane.org/gmane.mail.squirrelmail.user/16718 ------------------------------------------------------- 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
