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/0376 | |
parent | 9be4572b6242b4d297f8b030bdd54bd345a72c06 (diff) |
Use smtp_setup_conn() for verify callout
Diffstat (limited to 'test/stderr/0376')
-rw-r--r-- | test/stderr/0376 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stderr/0376 b/test/stderr/0376 index 652477e75..4ad0556b9 100644 --- a/test/stderr/0376 +++ b/test/stderr/0376 @@ -63,7 +63,7 @@ interface=NULL port=1224 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... failed: Connection refused connect: Connection refused LOG: MAIN REJECT - H=[V4NET.0.0.1] U=root sender verify defer for <ok@localhost>: could not connect to 127.0.0.1 [127.0.0.1]: Connection refused + H=[V4NET.0.0.1] U=root sender verify defer for <ok@localhost>: Could not complete sender verify callout: 127.0.0.1 [127.0.0.1] could not connect: Connection refused created log directory TESTSUITE/spool/log LOG: MAIN REJECT H=[V4NET.0.0.1] U=root F=<ok@localhost> temporarily rejected RCPT <z@test.ex>: Could not complete sender verify callout |