From 061b7ebd7d69db7674f03025d552fa0bedd0fef8 Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Sat, 27 Aug 2011 14:43:09 -0700 Subject: 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 --- doc/doc-txt/ChangeLog | 4 ++++ doc/doc-txt/NewStuff | 3 +++ 2 files changed, 7 insertions(+) (limited to 'doc/doc-txt') 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 ------------ -- cgit v1.2.3