diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-06-02 00:17:00 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-06-11 15:50:41 +0100 |
commit | cfd47d9e77d3ec3cccbf9fb0ff6672c3b83b8fe3 (patch) | |
tree | c7c0479066cec0009d5b453122d20f7ea867d22a /test/scripts/0000-Basic | |
parent | 3b6774c818ba09749c2168cd0705c18d01b572ec (diff) |
Logging: for callout errors likely to be config problems, include the transport in the log line
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r-- | test/scripts/0000-Basic/0227 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/scripts/0000-Basic/0227 b/test/scripts/0000-Basic/0227 index e7b6d1ee9..dcb2b97ce 100644 --- a/test/scripts/0000-Basic/0227 +++ b/test/scripts/0000-Basic/0227 @@ -111,6 +111,17 @@ MAIL FROM:<uncheckable2@localhost1> RCPT TO:<z@test.ex> QUIT **** +# sender, fail to bind local IP +sudo exim -v -bs -oMa V4NET.0.0.1 +HELO test +MAIL FROM:<bindfail@localhost1> +RCPT TO:<z@test.ex> +QUIT +**** +# +# +# +# server PORT_S 220 Server ready EHLO |