Exim log - failed to find host name

batoo

Verified User
Joined
Nov 16, 2010
Messages
18
My exim log have tons of errors/logs like this. From what i notice, all of this kind of messages are for abv.mk domain. Why this happens?

Code:
2013-04-04 15:36:13 SMTP connection from [77.29.197.36]:1090 I=[94.155.47.59]:25 (TCP/IP connection count = 1)
2013-04-04 15:36:13 no host name found for IP address 77.29.197.36
2013-04-04 15:36:13 list matching forced to fail: failed to find host name for 77.29.197.36
2013-04-04 15:36:13 H=(comp-viktor) [77.29.197.36]:1090 I=[94.155.47.59]:25 F=<[email protected]> rejected RCPT <[email protected]>: 
2013-04-04 15:36:13 H=(comp-viktor) [77.29.197.36]:1090 I=[94.155.47.59]:25 incomplete transaction (connection lost) from <[email protected]>
2013-04-04 15:36:13 unexpected disconnection while reading SMTP command from (comp-viktor) [77.29.197.36]:1090 I=[94.155.47.59]:25
2013-04-04 15:36:13 SMTP connection from [77.29.197.36]:1091 I=[94.155.47.59]:25 (TCP/IP connection count = 1)
2013-04-04 15:36:13 no host name found for IP address 77.29.197.36
2013-04-04 15:36:13 list matching forced to fail: failed to find host name for 77.29.197.36
2013-04-04 15:36:13 H=(comp-viktor) [77.29.197.36]:1091 I=[94.155.47.59]:25 F=<[email protected]> rejected RCPT <[email protected]>: 
2013-04-04 15:36:13 H=(comp-viktor) [77.29.197.36]:1091 I=[94.155.47.59]:25 incomplete transaction (connection lost) from <[email protected]>
2013-04-04 15:36:13 unexpected disconnection while reading SMTP command from (comp-viktor) [77.29.197.36]:1091 I=[94.155.47.59]:25
2013-04-04 15:36:13 SMTP connection from [77.29.197.36]:1092 I=[94.155.47.59]:25 (TCP/IP connection count = 1)
2013-04-04 15:36:13 no host name found for IP address 77.29.197.36
2013-04-04 15:36:13 list matching forced to fail: failed to find host name for 77.29.197.36
2013-04-04 15:36:14 H=(comp-viktor) [77.29.197.36]:1092 I=[94.155.47.59]:25 F=<[email protected]> rejected RCPT <[email protected]>: 
2013-04-04 15:36:14 H=(comp-viktor) [77.29.197.36]:1092 I=[94.155.47.59]:25 incomplete transaction (connection lost) from <[email protected]>
2013-04-04 15:36:14 unexpected disconnection while reading SMTP command from (comp-viktor) [77.29.197.36]:1092 I=[94.155.47.59]:25
2013-04-04 15:36:14 SMTP connection from [77.29.197.36]:1093 I=[94.155.47.59]:25 (TCP/IP connection count = 1)
2013-04-04 15:36:14 no host name found for IP address 77.29.197.36
 
If 77.29.197.36 is your server ip then you have not setup your server properly. Your server IP should have at least an A and PTR dns record. It should also be listed in /etc/hosts with the hostname of your server.
 
The message simply means that there's no rDNS record for 77.29.197.36.

If the domain isn't under your control then there's really nothing you can do about it.

Jeff
 
Back
Top