diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-12-24 21:04:20 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 21:49:50 +0000 |
commit | 02b41d7106c67bbe862d6a44373034684a03c00e (patch) | |
tree | 956b81751853900a447f140ddb43fdaa5cdb64bb /test/stderr/0432 | |
parent | 9be4572b6242b4d297f8b030bdd54bd345a72c06 (diff) |
Use smtp_setup_conn() for verify callout
Diffstat (limited to 'test/stderr/0432')
-rw-r--r-- | test/stderr/0432 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/stderr/0432 b/test/stderr/0432 index f819fb0b2..561e816b2 100644 --- a/test/stderr/0432 +++ b/test/stderr/0432 @@ -96,6 +96,8 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP>> EHLO myhost.test.ex cmd buf flush ddd bytes SMTP<< 250 OK +not using PIPELINING +not using DSN 127.0.0.1 in hosts_require_auth? no (option unset) SMTP>> MAIL FROM:<> cmd buf flush ddd bytes @@ -307,9 +309,9 @@ MUNGED: ::1 will be omitted in what follows >>> 127.0.0.1 in hosts_avoid_esmtp? no (option unset) >>> SMTP>> EHLO myhost.test.ex >>> cmd buf flush 21 bytes ->>> SMTP timeout >>> SMTP(close)>> +>>> SMTP timeout >>> ----------- end verify ------------ >>> accept: condition test deferred in ACL "mail" -LOG: H=[1.2.3.4] sender verify defer for <p1@q>: Could not complete sender verify callout +LOG: H=[1.2.3.4] sender verify defer for <p1@q>: Could not complete sender verify callout: 127.0.0.1 [127.0.0.1] SMTP timeout after EHLO myhost.test.ex LOG: H=[1.2.3.4] temporarily rejected MAIL <p1@q>: Could not complete sender verify callout |