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-docbook | |
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-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index b024f7227..842dd8ffd 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -28844,6 +28844,9 @@ following SMTP commands are sent: LHLO is used instead of HELO if the transport's &%protocol%& option is set to &"lmtp"&. +The callout may use EHLO, AUTH and/or STARTTLS given appropriate option +settings. + A recipient callout check is similar. By default, it also uses an empty address for the sender. This default is chosen because most hosts do not make use of the sender address when verifying a recipient. Using the same address means |