diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-06 21:43:50 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-07-06 21:43:50 +0100 |
commit | 2b3ac4f13c815ad1b0d59165f2f441f8e4cc6b99 (patch) | |
tree | b97042b7253e8ec6250c62671c28d96cdfc3ca65 /test/stderr | |
parent | 64c7468bb735db31402e82e2c5a343e611c05dd7 (diff) |
Explicit log of failiing bind addr & port
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/0227 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/stderr/0227 b/test/stderr/0227 index 7150fbd72..0a4c4f1df 100644 --- a/test/stderr/0227 +++ b/test/stderr/0227 @@ -115,7 +115,9 @@ 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 +Connecting to 127.0.0.1 [127.0.0.1]:PORT_S from 1.1.1.1 ... LOG: MAIN + bind of [1.1.1.1]:1111 failed +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 |