summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorguilhem <guilhem@web>2015-06-05 17:37:37 +0200
committerFripost Admins <admin@fripost.org>2015-06-05 17:37:37 +0200
commit69cef551f928773ad81001f7436343976cf0b446 (patch)
treead2f4da174ae3df2d34275a7128e1f945e1371af
parentcd581573ff74ace2906056b088420c7dcf35899f (diff)
Added a comment
-rw-r--r--tracker/Error_on_search_in_roundcube/comment_1_ab3c858438a2bb81a607d8dce7a30709._comment24
1 files changed, 24 insertions, 0 deletions
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.
+
+
+"""]]