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 /test/stderr/0432 | |
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 'test/stderr/0432')
-rw-r--r-- | test/stderr/0432 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/stderr/0432 b/test/stderr/0432 index 33e1b9892..759c9a819 100644 --- a/test/stderr/0432 +++ b/test/stderr/0432 @@ -92,6 +92,7 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected 127.0.0.1 in hosts_avoid_esmtp? no (option unset) SMTP>> EHLO myhost.test.ex SMTP<< 250 OK +127.0.0.1 in hosts_require_auth? no (option unset) SMTP>> MAIL FROM:<> SMTP<< 250 OK SMTP>> RCPT TO:<x@y> @@ -246,6 +247,7 @@ MUNGED: ::1 will be omitted in what follows >>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset) >>> SMTP>> EHLO myhost.test.ex >>> SMTP<< 250 OK +>>> 127.0.0.1 in hosts_require_auth? no (option unset) >>> SMTP>> MAIL FROM:<> >>> SMTP<< 250 OK >>> SMTP>> RCPT TO:<a@b> |