From 69cef551f928773ad81001f7436343976cf0b446 Mon Sep 17 00:00:00 2001 From: guilhem Date: Fri, 5 Jun 2015 17:37:37 +0200 Subject: Added a comment --- ...ent_1_ab3c858438a2bb81a607d8dce7a30709._comment | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 tracker/Error_on_search_in_roundcube/comment_1_ab3c858438a2bb81a607d8dce7a30709._comment (limited to 'tracker') diff --git a/tracker/Error_on_search_in_roundcube/comment_1_ab3c858438a2bb81a607d8dce7a30709._comment b/tracker/Error_on_search_in_roundcube/comment_1_ab3c858438a2bb81a607d8dce7a30709._comment new file mode 100644 index 0000000..2466c47 --- /dev/null +++ b/tracker/Error_on_search_in_roundcube/comment_1_ab3c858438a2bb81a607d8dce7a30709._comment @@ -0,0 +1,24 @@ +[[!comment format=mdwn + username="guilhem" + avatar="http://cdn.libravatar.org/avatar/86d6cb4bde1ef88730b14ccad0414c28" + subject="comment 1" + date="2015-06-05T15:37:37Z" + content=""" +Interesting. And no, it's not brutal at all, Dovecot should be able scale to millions of messages. Could you check if that happens again with Dovecot 2.2.13 (upgraded in early May)? If yes, could you type the following in a shell and see if that works for you? (The ‘S:’ prefixes denote server output; the ‘C:’ prefixes denote client input.) + + $ openssl s_client -connect imap.fripost.org:993 -CApath /etc/ssl/certs + S: […] + S: * OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE AUTH=PLAIN AUTH=LOGIN] Dovecot ready. + C: a LOGIN guilhem \"my top secret password\" + S: a OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS THREAD=ORDEREDSUBJECT MULTIAPPEND URL-PARTIAL CATENATE UNSELECT CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS SPECIAL-USE BINARY MOVE NOTIFY] Logged in + C: b EXAMINE INBOX + S: […] + S: b OK [READ-ONLY] Examine completed (0.000 secs). + C: c UID SEARCH RETURN (ALL) UNDELETED TEXT blah + S: c OK Search completed (7.224 secs). + C: d LOGOUT + S: * BYE Logging out + S: d OK Logout completed. + + +"""]] -- cgit v1.2.3