summaryrefslogtreecommitdiffstats
path: root/tracker/Error_on_search_in_roundcube/comment_1_ab3c858438a2bb81a607d8dce7a30709._comment
blob: 2466c47a24f4ea790034453031492f284ddcebf7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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.

    
"""]]