diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-10 15:21:16 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-10 15:21:16 +0000 |
commit | 981756dbc52b48a213522a9b0fcae82dfcf59352 (patch) | |
tree | f626434e5d677963f9bf093130438a83c0a8ce64 /doc/doc-txt | |
parent | 7c7ad977d3b0fd01340ece89b898bad1a35c8c05 (diff) |
Set protocol to "smtps" after EHLO->STARTTLS->HELO (was "smtp").
Diffstat (limited to 'doc/doc-txt')
-rw-r--r-- | doc/doc-txt/ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index fc77a704a..d1c3802d9 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.20 2004/11/10 14:15:20 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.21 2004/11/10 15:21:16 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -74,6 +74,9 @@ Exim version 4.44 handles timeouts, both on the server side and network timeouts. Renamed the CONNECT parameter as NETTIMEOUT (but kept the old name for compatibility). +21. The rare case of EHLO->STARTTLS->HELO was setting the protocol to "smtp". + It is now set to "smtps". + Exim version 4.43 ----------------- |