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/stderr/0227 | |
parent | 3b6774c818ba09749c2168cd0705c18d01b572ec (diff) |
Logging: for callout errors likely to be config problems, include the transport in the log line
Diffstat (limited to 'test/stderr/0227')
-rw-r--r-- | test/stderr/0227 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/stderr/0227 b/test/stderr/0227 index e45edf686..7150fbd72 100644 --- a/test/stderr/0227 +++ b/test/stderr/0227 @@ -115,6 +115,18 @@ LOG: smtp_connection MAIN SMTP connection from root D=qqs closed by QUIT LOG: smtp_connection MAIN SMTP connection from root +Connecting to 127.0.0.1 [127.0.0.1]:PORT_S from 1.1.1.1 ... unable to bind outgoing SMTP call to 1.1.1.1: Netwk addr not available + failed: Netwk addr not available +LOG: MAIN PANIC + recipient verify defer (making calloout connection): T=smtp Netwk addr not available +LOG: MAIN REJECT + H=(test) [V4NET.0.0.1] U=root sender verify defer for <bindfail@localhost1>: Could not complete sender verify callout: 127.0.0.1 [127.0.0.1] : Netwk addr not available +LOG: MAIN REJECT + H=(test) [V4NET.0.0.1] U=root F=<bindfail@localhost1> temporarily rejected RCPT <z@test.ex>: Could not complete sender verify callout +LOG: smtp_connection MAIN + SMTP connection from root D=qqs closed by QUIT +LOG: smtp_connection MAIN + SMTP connection from root Connecting to 127.0.0.1 [127.0.0.1]:PORT_S ... connected SMTP<< 220 Server ready SMTP>> EHLO myhost.test.ex |