diff options
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/0227 | 1 | ||||
-rw-r--r-- | test/stderr/0376 | 2 | ||||
-rw-r--r-- | test/stderr/0473 | 2 | ||||
-rw-r--r-- | test/stderr/0578 | 2 |
4 files changed, 7 insertions, 0 deletions
diff --git a/test/stderr/0227 b/test/stderr/0227 index e1f008976..4fd9d54ec 100644 --- a/test/stderr/0227 +++ b/test/stderr/0227 @@ -317,6 +317,7 @@ LOG: smtp_connection MAIN LOG: smtp_connection MAIN SMTP connection from root Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected + SMTP(closed)<< SMTP(close)>> LOG: MAIN REJECT H=[V4NET.0.0.1] U=root sender verify defer for <bad@localhost1>: Could not complete sender verify callout: 127.0.0.1 [127.0.0.1] : Remote host closed connection in response to initial connection diff --git a/test/stderr/0376 b/test/stderr/0376 index d08f4302e..334af5a9e 100644 --- a/test/stderr/0376 +++ b/test/stderr/0376 @@ -655,6 +655,7 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP>> MAIL FROM:<> SMTP<< 250 OK SMTP>> RCPT TO:<myhost.test.ex-dddddddd-testing@otherhost51> + SMTP(Connection timed out)<< SMTP timeout SMTP(close)>> wrote callout cache domain record for otherhost51: @@ -760,6 +761,7 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP>> MAIL FROM:<> SMTP<< 250 OK SMTP>> RCPT TO:<abcd@x.y.z> + SMTP(Connection timed out)<< SMTP timeout SMTP(close)>> wrote callout cache domain record for x.y.z: diff --git a/test/stderr/0473 b/test/stderr/0473 index 65a39a9b7..2ab1628a4 100644 --- a/test/stderr/0473 +++ b/test/stderr/0473 @@ -19,6 +19,7 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP>> MAIL FROM:<> SMTP<< 250 OK SMTP>> RCPT TO:<r11@two.test.ex> + SMTP(Connection timed out)<< SMTP timeout SMTP(close)>> wrote callout cache domain record for two.test.ex: @@ -43,6 +44,7 @@ callout cache: found domain record for two.test.ex callout cache: no address record found for r11@two.test.ex interface=NULL port=1224 Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected + SMTP(Connection timed out)<< SMTP(close)>> SMTP timeout LOG: MAIN REJECT diff --git a/test/stderr/0578 b/test/stderr/0578 index 54ccc563c..55525fc65 100644 --- a/test/stderr/0578 +++ b/test/stderr/0578 @@ -685,6 +685,7 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP>> MAIL FROM:<> SMTP>> RCPT TO:<myhost.test.ex-dddddddd-testing@otherhost51> SMTP<< 250 OK + SMTP(Connection timed out)<< SMTP timeout SMTP(close)>> wrote callout cache domain record for otherhost51: @@ -796,6 +797,7 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP>> MAIL FROM:<> SMTP>> RCPT TO:<abcd@x.y.z> SMTP<< 250 OK + SMTP(Connection timed out)<< SMTP timeout SMTP(close)>> wrote callout cache domain record for x.y.z: |