https://bugs.exim.org/show_bug.cgi?id=2669
Heiko Schlittermann <hs@???> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |INVALID
--- Comment #5 from Heiko Schlittermann <hs@???> ---
Ah, totally normal behavior, a hostlist *may* contain hostnames, and
10.234.141.12?? is considered a host *name*. So Exim tries to do a PTR lookup
for the IP address in question, this fails and stop reading the hostlist (there
are options how to handle these host-not-found errors).
>>> sender host name required, to match against 10.234.141.12??
>>> looking up host name for 10.42.1.134
>>> IP address lookup using gethostbyaddr()
>>> IP address lookup failed: h_errno=1
LOG: no host name found for IP address 10.42.1.134
--
You are receiving this mail because:
You are on the CC list for the bug.