diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 22:30:00 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 22:30:00 +0000 |
commit | adc426215052297d694fcc08786e87a140171e76 (patch) | |
tree | 30d6ca95f657e1139bac6e35e1d320a69b13709b /test/stderr/5410 | |
parent | b895f4b20b25f81cd6f94be75881d3328df03892 (diff) | |
parent | 902fbd6974bac4abf70a4c567534669a86ff763e (diff) |
Merge branch 'callout_smtp_tpt_merge'
Diffstat (limited to 'test/stderr/5410')
-rw-r--r-- | test/stderr/5410 | 24 |
1 files changed, 15 insertions, 9 deletions
diff --git a/test/stderr/5410 b/test/stderr/5410 index cb1b31b72..acfc011cc 100644 --- a/test/stderr/5410 +++ b/test/stderr/5410 @@ -115,12 +115,14 @@ cmd buf flush ddd bytes 250-8BITMIME 250-PIPELINING 250 HELP +127.0.0.1 in hosts_avoid_pipelining? no (option unset) +using PIPELINING +not using DSN 127.0.0.1 in hosts_require_auth? no (option unset) - SMTP>> MAIL FROM:<CALLER@myhost.test.ex> -cmd buf flush ddd bytes - SMTP<< 250 OK + SMTP>> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss SMTP>> RCPT TO:<userx@domain.com> cmd buf flush ddd bytes + SMTP<< 250 OK SMTP<< 250 Accepted holding verify callout open for cutthrough delivery ----------- end cutthrough setup ------------ @@ -327,12 +329,14 @@ considering: *}{:}} expanding: ${if eq {$address_data}{usery}{*}{:}} result: * 127.0.0.1 in hosts_avoid_tls? yes (matched "*") +127.0.0.1 in hosts_avoid_pipelining? no (option unset) +using PIPELINING +not using DSN 127.0.0.1 in hosts_require_auth? no (option unset) - SMTP>> MAIL FROM:<CALLER@myhost.test.ex> -cmd buf flush ddd bytes - SMTP<< 250 OK + SMTP>> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss SMTP>> RCPT TO:<usery@domain.com> cmd buf flush ddd bytes + SMTP<< 250 OK SMTP<< 250 Accepted holding verify callout open for cutthrough delivery ----------- end cutthrough setup ------------ @@ -539,12 +543,14 @@ considering: *}{:}} expanding: ${if eq {$address_data}{usery}{*}{:}} result: * 127.0.0.1 in hosts_avoid_tls? yes (matched "*") +127.0.0.1 in hosts_avoid_pipelining? no (option unset) +using PIPELINING +not using DSN 127.0.0.1 in hosts_require_auth? no (option unset) - SMTP>> MAIL FROM:<CALLER@myhost.test.ex> -cmd buf flush ddd bytes - SMTP<< 250 OK + SMTP>> MAIL FROM:<CALLER@myhost.test.ex> SIZE=ssss SMTP>> RCPT TO:<usery@domain.com> cmd buf flush ddd bytes + SMTP<< 250 OK SMTP<< 250 Accepted holding verify callout open for cutthrough delivery ----------- end cutthrough setup ------------ |