https://bugs.exim.org/show_bug.cgi?id=2669
Heiko Schlittermann <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #5 from Heiko Schlittermann <[email protected]> --- 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. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
