summaryrefslogtreecommitdiff
path: root/doc/doc-txt
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2011-08-27 14:43:09 -0700
committerPhil Pennock <pdp@exim.org>2011-08-27 14:43:09 -0700
commit061b7ebd7d69db7674f03025d552fa0bedd0fef8 (patch)
tree15423f9c8a172bd4e7965a7c299a2215fbcf0c6c /doc/doc-txt
parente2ca70829c8ec70da1fcc0aecbdf50cc3f28527a (diff)
Add protocol=smtps support to smtp transport.
Permits SSL-on-connect for outbound connections. Heavily based on Simon Arlott's patch, but with enough modifications to risk new bugs. nb: am on a plane, change confirmed to compile on MacOS, nothing more fixes bug 97
Diffstat (limited to 'doc/doc-txt')
-rw-r--r--doc/doc-txt/ChangeLog4
-rw-r--r--doc/doc-txt/NewStuff3
2 files changed, 7 insertions, 0 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 0441c326e..9cef58475 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -91,6 +91,10 @@ TF/07 Automatically extract Exim's version number from tags in the git
PP/02 Raise smtp_cmd_buffer_size to 16kB. Patch from Paul Fisher.
Bugzilla 879.
+PP/03 Implement SSL-on-connect outbound with protocol=smtps on smtp transport.
+ Heavily based on revision 40f9a89a from Simon Arlott's tree.
+ Bugzilla 97.
+
Exim version 4.76
-----------------
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 2d3f2b263..eb1e1397e 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -12,6 +12,9 @@ Version 4.77
1. New options for the ratelimit ACL condition: /count= and /unique=.
The /noupdate option has been replaced by a /readonly option.
+ 2. The SMTP transport's protocol option may now be set to "smtps", to
+ use SSL-on-connect outbound.
+
Version 4.76
------------