diff options
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/0227 | 12 | ||||
-rw-r--r-- | test/stderr/0365 | 4 | ||||
-rw-r--r-- | test/stderr/0388 | 6 | ||||
-rw-r--r-- | test/stderr/0613 | 2 |
4 files changed, 20 insertions, 4 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 diff --git a/test/stderr/0365 b/test/stderr/0365 new file mode 100644 index 000000000..8f1ef57ae --- /dev/null +++ b/test/stderr/0365 @@ -0,0 +1,4 @@ +1999-03-02 09:44:33 recipient verify defer (making calloout connection): T=smtp Network unreachable +1999-03-02 09:44:33 sender verify defer (making calloout connection): T=smtp Network unreachable +1999-03-02 09:44:33 recipient verify defer (making calloout connection): T=smtp Network unreachable +1999-03-02 09:44:33 sender verify defer (making calloout connection): T=smtp Network unreachable diff --git a/test/stderr/0388 b/test/stderr/0388 index 276962f6b..f30f90774 100644 --- a/test/stderr/0388 +++ b/test/stderr/0388 @@ -130,7 +130,7 @@ set_process_info: pppp delivering 10HmaX-0005vi-00 to V4NET.0.0.0 [V4NET.0.0.0]: Connecting to V4NET.0.0.0 [V4NET.0.0.0]:PORT_S ... V4NET.0.0.0 in hosts_try_fastopen? failed: Network Error LOG: MAIN - H=V4NET.0.0.0 [V4NET.0.0.0] Network Error + H=V4NET.0.0.0 [V4NET.0.0.0] Network unreachable set_process_info: pppp delivering 10HmaX-0005vi-00: just tried V4NET.0.0.0 [V4NET.0.0.0]:PORT_S for x@y: result DEFER added retry item for T:V4NET.0.0.0:V4NET.0.0.0:PORT_S: errno=dd more_errno=dd,A flags=2 set_process_info: pppp delivering 10HmaX-0005vi-00: waiting for a remote delivery subprocess to finish @@ -142,7 +142,7 @@ reading retry information for R:x@y from subprocess added retry item set_process_info: pppp delivering 10HmaX-0005vi-00 LOG: MAIN - == x@y R=r1 T=smtp defer (dd): Network Error H=127.0.0.1 [127.0.0.1] + == x@y R=r1 T=smtp defer (dd): Network unreachable H=127.0.0.1 [127.0.0.1] changed uid/gid: post-delivery tidying uid=EXIM_UID gid=EXIM_GID pid=p1234 set_process_info: pppp tidying up after delivering 10HmaX-0005vi-00 @@ -183,7 +183,7 @@ failing_interval=ttt message_age=ttt on queue longer than maximum retry Writing retry data for T:V4NET.0.0.0:V4NET.0.0.0:PORT_S first failed=dddd last try=dddd next try=+0 expired=0 - errno=dd more_errno=dd,A Network Error + errno=dd more_errno=dd,A Network unreachable dbfn_write: key=T:V4NET.0.0.0:V4NET.0.0.0:PORT_S timed out: all retries expired LOG: MAIN diff --git a/test/stderr/0613 b/test/stderr/0613 index f884103f3..9c520f300 100644 --- a/test/stderr/0613 +++ b/test/stderr/0613 @@ -1 +1 @@ -Delivery failed: Network Error +Delivery failed: Network unreachable |