diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2013-05-19 18:14:50 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2013-05-20 23:44:48 +0100 |
commit | fcc8e04755fd6f211fd636e6c077ac41963ab0b9 (patch) | |
tree | 7a3710d49129ca798469a2e5cc77ae896703fc00 /doc/doc-txt/NewStuff | |
parent | f9d04f08f7ca18e099843180edea967dd831df91 (diff) |
Support AUTH for verify-callout and cutthrough-delivery.
Refactored smtp transport to pull out AUTH-related routines so they could be
also called from the verify code.
Bugs 321, 823.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index e349fc855..d1d0d7279 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -83,7 +83,7 @@ Version 4.82 for specific access to the information for each connection. The old names are present for now but deprecated. - Not yet supported: IGNOREQUOTA, SIZE, PIPELINING, AUTH. + Not yet supported: IGNOREQUOTA, SIZE, PIPELINING. 8. New expansion operators ${listnamed:name} to get the content of a named list and ${listcount:string} to count the items in a list. @@ -134,6 +134,9 @@ Version 4.82 decorating commands from user .forward pipe aliases with prefix wrappers, for instance. +20. Callout connections can now AUTH; the same controls as normal delivery + connections apply. + Version 4.80 ------------ |