> Hi all, > > > Why do I get this : > > > ERROR : Connection dropped by imap-server. > Query: SORT (FROM) ISO-8859-1 ALL > > > My System: > squirrelmail 1.4.4 > dbmail 2.0.7 (lmtpd and imapd) > postfix 2.2.7
IMAP server drops connection on sort command. Disable server side sorting and find why server drops connection. Enable info plugin and run tests 0, 3-5 Or connect to imap server with telnet. telnet imap-server 143 A01 LOGIN your-user your-password A02 CAPABILITY A03 NAMESPACE A04 SELECT INBOX A05 UID SORT (FROM) US-ASCII ALL A06 UID SORT (FROM) ISO-8859-1 ALL A07 LOGOUT ---- See if A05 and A06 commands work in telnet and show output of 'capability', 'namespace' and 'select inbox' commands. -- Tomas ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click -- squirrelmail-users mailing list Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines List Address: [email protected] List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
