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 | |
parent | 64c7468bb735db31402e82e2c5a343e611c05dd7 (diff) |
Explicit log of failiing bind addr & port
Diffstat (limited to 'test')
-rw-r--r-- | test/log/0227 | 1 | ||||
-rw-r--r-- | test/log/0477 | 1 | ||||
-rw-r--r-- | test/stderr/0227 | 4 |
3 files changed, 5 insertions, 1 deletions
diff --git a/test/log/0227 b/test/log/0227 index 3f56272cd..fd4c64d10 100644 --- a/test/log/0227 +++ b/test/log/0227 @@ -8,6 +8,7 @@ 1999-03-02 09:44:33 H=(test) [V4NET.0.0.1] U=root F=<uncheckable@localhost1> rejected RCPT <z@test.ex>: Sender verify failed 1999-03-02 09:44:33 H=(test) [V4NET.0.0.1] U=root sender verify fail for <uncheckable2@localhost1>: 127.0.0.1 [127.0.0.1] : response to "MAIL FROM:<>" was: 550 Bad-char error for <> topbitchar:\200\377\377 1999-03-02 09:44:33 H=(test) [V4NET.0.0.1] U=root F=<uncheckable2@localhost1> rejected RCPT <z@test.ex>: Sender verify failed +1999-03-02 09:44:33 bind of [1.1.1.1]:1111 failed 1999-03-02 09:44:33 recipient verify defer (making calloout connection): T=smtp Netwk addr not available 1999-03-02 09:44:33 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 1999-03-02 09:44:33 H=(test) [V4NET.0.0.1] U=root F=<bindfail@localhost1> temporarily rejected RCPT <z@test.ex>: Could not complete sender verify callout diff --git a/test/log/0477 b/test/log/0477 index 8bbf3edc8..3594ad2d0 100644 --- a/test/log/0477 +++ b/test/log/0477 @@ -1,3 +1,4 @@ 1999-03-02 09:44:33 10HmaX-000000005vi-0000 <= CALLER@the.local.host.name U=CALLER P=local S=sss +1999-03-02 09:44:33 10HmaX-000000005vi-0000 bind of [99.99.99.99]:1111 failed 1999-03-02 09:44:33 10HmaX-000000005vi-0000 H=127.0.0.1 [127.0.0.1] Netwk addr not available 1999-03-02 09:44:33 10HmaX-000000005vi-0000 == userx@test.ex R=r1 T=t1 defer (EEE): Netwk addr not available 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 |