summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
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/NewStuff
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/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff3
1 files changed, 3 insertions, 0 deletions
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
------------