diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2015-11-24 16:32:55 +0100 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2015-11-24 16:32:55 +0100 |
commit | a0839bccad7eb451b0a2322b64488d5e2c37f269 (patch) | |
tree | 0ce4a3838aefbe10acfa694b2ef7aa31928ca701 | |
parent | fd8184e3bed43669b09f463ae610eff772e9ab65 (diff) |
Testsuite: fix 1003 log
The IPv6 address of the connecting *is* resolveable.
-rw-r--r-- | test/log/1003 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/log/1003 b/test/log/1003 index 006910adc..e11b7508a 100644 --- a/test/log/1003 +++ b/test/log/1003 @@ -18,7 +18,7 @@ ******** SERVER ******** 1999-03-02 09:44:33 exim x.yz daemon started: pid=pppp, no queue runs, listening for SMTP on port 1225 (IPv6 and IPv4) 1999-03-02 09:44:33 10HmbC-0005vi-00 <= CALLER@myhost.test.ex H=the.local.host.name (myhost.test.ex) [ip4.ip4.ip4.ip4] P=esmtp S=sss id=E10HmaY-0005vi-00@myhost.test.ex -1999-03-02 09:44:33 10HmbD-0005vi-00 <= CALLER@myhost.test.ex H=(myhost.test.ex) [ip6:ip6:ip6:ip6:ip6:ip6:ip6:ip6] P=esmtp S=sss id=E10HmaZ-0005vi-00@myhost.test.ex +1999-03-02 09:44:33 10HmbD-0005vi-00 <= CALLER@myhost.test.ex H=the.local.host.name (myhost.test.ex) [ip6:ip6:ip6:ip6:ip6:ip6:ip6:ip6] P=esmtp S=sss id=E10HmaZ-0005vi-00@myhost.test.ex 1999-03-02 09:44:33 no host name found for IP address ::1 1999-03-02 09:44:33 10HmbE-0005vi-00 <= CALLER@myhost.test.ex H=(myhost.test.ex) [::1] P=esmtp S=sss id=E10HmbA-0005vi-00@myhost.test.ex 1999-03-02 09:44:33 no host name found for IP address ::1 |