diff options
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/0388 | 2 | ||||
-rw-r--r-- | test/stderr/0398 | 3 | ||||
-rw-r--r-- | test/stderr/0432 | 2 | ||||
-rw-r--r-- | test/stderr/2202 | 2 |
4 files changed, 8 insertions, 1 deletions
diff --git a/test/stderr/0388 b/test/stderr/0388 index aba5a1158..4c833bea6 100644 --- a/test/stderr/0388 +++ b/test/stderr/0388 @@ -38,6 +38,7 @@ expanded list of hosts = '127.0.0.1 : V4NET.0.0.0' options = '' set transport smtp finding IP address for 127.0.0.1 calling host_find_byname +host_fake_gethostbyname returned 1 (HOST_NOT_FOUND) using host_fake_gethostbyname for 127.0.0.1 (IPv4) local host found for non-MX address fully qualified name = 127.0.0.1 @@ -47,6 +48,7 @@ get[host|ipnode]byname[2] looked up these IP addresses: remote host address is the local host: y: configured to try delivery anyway finding IP address for V4NET.0.0.0 calling host_find_byname +host_fake_gethostbyname returned 1 (HOST_NOT_FOUND) using host_fake_gethostbyname for V4NET.0.0.0 (IPv4) fully qualified name = V4NET.0.0.0 MUNGED: ::1 will be omitted in what follows diff --git a/test/stderr/0398 b/test/stderr/0398 index 4756ab053..24b04f402 100644 --- a/test/stderr/0398 +++ b/test/stderr/0398 @@ -52,6 +52,7 @@ expanded list of hosts = '127.0.0.1' options = '' set transport t2 finding IP address for 127.0.0.1 calling host_find_byname +host_fake_gethostbyname returned 1 (HOST_NOT_FOUND) using host_fake_gethostbyname for 127.0.0.1 (IPv4) local host found for non-MX address fully qualified name = 127.0.0.1 @@ -100,6 +101,7 @@ original list of hosts = '127.0.0.1' options = '' expanded list of hosts = '127.0.0.1' options = '' finding IP address for 127.0.0.1 calling host_find_byname +host_fake_gethostbyname returned 1 (HOST_NOT_FOUND) using host_fake_gethostbyname for 127.0.0.1 (IPv4) local host found for non-MX address fully qualified name = 127.0.0.1 @@ -214,6 +216,7 @@ original list of hosts = '127.0.0.1' options = '' expanded list of hosts = '127.0.0.1' options = '' finding IP address for 127.0.0.1 calling host_find_byname +host_fake_gethostbyname returned 1 (HOST_NOT_FOUND) using host_fake_gethostbyname for 127.0.0.1 (IPv4) local host found for non-MX address fully qualified name = 127.0.0.1 diff --git a/test/stderr/0432 b/test/stderr/0432 index 0e6a1d952..b01205611 100644 --- a/test/stderr/0432 +++ b/test/stderr/0432 @@ -72,6 +72,7 @@ domain = y routed by r1 router envelope to: x@y transport: t1 +host_fake_gethostbyname returned 1 (HOST_NOT_FOUND) using host_fake_gethostbyname for 127.0.0.1 (IPv4) local host found for non-MX address MUNGED: ::1 will be omitted in what follows @@ -182,6 +183,7 @@ domain = y routed by r1 router envelope to: x@y transport: t1 +host_fake_gethostbyname returned 1 (HOST_NOT_FOUND) using host_fake_gethostbyname for 127.0.0.1 (IPv4) local host found for non-MX address MUNGED: ::1 will be omitted in what follows diff --git a/test/stderr/2202 b/test/stderr/2202 index a20ef0331..3752ec538 100644 --- a/test/stderr/2202 +++ b/test/stderr/2202 @@ -66,7 +66,7 @@ cioce.test.again.dns in dns_again_means_nonexist? yes (matched "*") cioce.test.again.dns is in dns_again_means_nonexist: returning DNS_NOMATCH DNS: no SOA record found for neg-TTL writing neg-cache entry for cioce.test.again.dns-A-xxxx, ttl -1 -get[host|ipnode]byname[2] returned 1 (HOST_NOT_FOUND) +host_fake_gethostbyname returned 1 (HOST_NOT_FOUND) no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4]) LOG: host_lookup_failed MAIN no IP address found for host cioce.test.again.dns (during SMTP connection from the.local.host.name [ip4.ip4.ip4.ip4]) |