summaryrefslogtreecommitdiffstats
path: root/tracker/Error_on_search_in_roundcube/comment_1_ab3c858438a2bb81a607d8dce7a30709._comment
diff options
context:
space:
mode:
authorOskar Vigren <oskar@vig.ren>2019-11-04 18:58:19 +0100
committerOskar Vigren <oskar@vig.ren>2019-11-04 18:58:19 +0100
commitd9ad98d79b089b7c8c70671d3c3e157d138c0f91 (patch)
tree1c6032cd6c97398bc649aff6c6b56040525a38fc /tracker/Error_on_search_in_roundcube/comment_1_ab3c858438a2bb81a607d8dce7a30709._comment
parent707ae8dff89782a36ef555715b5a4a06c51feced (diff)
Remove unrelated pages for laborationov/aktiv-test
Diffstat (limited to 'tracker/Error_on_search_in_roundcube/comment_1_ab3c858438a2bb81a607d8dce7a30709._comment')
-rw-r--r--tracker/Error_on_search_in_roundcube/comment_1_ab3c858438a2bb81a607d8dce7a30709._comment24
1 files changed, 0 insertions, 24 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
deleted file mode 100644
index 2466c47..0000000
--- a/tracker/Error_on_search_in_roundcube/comment_1_ab3c858438a2bb81a607d8dce7a30709._comment
+++ /dev/null
@@ -1,24 +0,0 @@
-[[!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.
-
-
-"""]]