summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-04-08 22:45:39 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2018-04-08 22:50:49 +0100
commita28050f855e0011e0b6f1b395d65e3cebcb277a2 (patch)
tree91eeddb0074398a81d69b728e6d22219e38dbec8 /doc
parent3c676fa8fedeee3b6e775c9d81c9fc79e8d65e7f (diff)
OpenSSL: Revert the disabling of the session-cache. Bug 2255
Session cacheing is never useful, as we use a new context for every TLS startup. However, removing the support triggers odd behaviour from Outlook Express (only when there is an IMAP server on the same machine as Exim): an initial connect from the OE client fails, the immediate retry works.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 903840a6b..5e9d2afb7 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -200,6 +200,9 @@ JH/36 Fix reinitialisation of DKIM logging variable between messages.
Previously it was possible to log spurious information in receive log
lines.
+JH/37 Bug 2255: Revert the disable of the OpenSSL session caching. This
+ triggered odd behaviour from Outlook Express clients.
+
Exim version 4.90
-----------------