mazaryk n00b
Joined: 03 Jul 2004 Posts: 62
|
Posted: Sat May 06, 2006 9:25 pm Post subject: Exim - Random host lookup? |
|
|
Peppered thoughout my log is the entry: no IP address found for host mattpc
Now mattpc is a machine on my local network (different subnet). I've setup exim to allow this host:
exim.conf:
Code: | accept hosts = paradox : mattpc : mattlaptop |
mattpc and mattlaptop are on a different subnet, paradox is on the same subnet as the mail server.
The two things that bother me is a) this only happens for the host 'mattpc' (not paradox or mattlaptop) and b) the error is generated buy a connection for an external host? I assume exim is trying to resolve mattpc, but why for only certain connections, and why so randomly?
(email addresses have been obfuscated with X.tld)
Here's part of the log:
Code: | Dec 13 18:51:41 merlyn exim[20894]: 2005-12-13 18:51:41 H=(cw114.internetdsl.tpnet.pl) [80.53.232.114] F=<gregpark@centralpets.com> rejected RCPT <accounting@X.tld>: Spam
Dec 13 18:51:41 merlyn exim[20894]: 2005-12-13 18:51:41 H=(cw114.internetdsl.tpnet.pl) [80.53.232.114] F=<gregpark@centralpets.com> rejected RCPT <accounting@X.tld>: Spam
Dec 13 18:51:46 merlyn exim[20894]: 2005-12-13 18:51:46 no IP address found for host mattpc (during SMTP connection from (cw114.internetdsl.tpnet.pl) [80.53.232.114])
Dec 13 18:51:46 merlyn exim[20894]: 2005-12-13 18:51:46 H=(cw114.internetdsl.tpnet.pl) [80.53.232.114] F=<gregpark@centralpets.com> temporarily rejected RCPT <administrator@X.tld>: Defered - Please try again shortly
Dec 13 18:51:46 merlyn exim[20894]: 2005-12-13 18:51:46 H=(cw114.internetdsl.tpnet.pl) [80.53.232.114] F=<gregpark@centralpets.com> temporarily rejected RCPT <administrator@X.tld>: Defered - Please try again shortly
Dec 13 18:51:49 merlyn exim[20894]: 2005-12-13 18:51:49 no IP address found for host mattpc (during SMTP connection from (cw114.internetdsl.tpnet.pl) [80.53.232.114])
Dec 13 18:51:49 merlyn exim[20894]: 2005-12-13 18:51:49 H=(cw114.internetdsl.tpnet.pl) [80.53.232.114] F=<gregpark@centralpets.com> temporarily rejected RCPT <admin@X.tld>: Defered - Please try again shortly
Dec 13 18:51:49 merlyn exim[20894]: 2005-12-13 18:51:49 H=(cw114.internetdsl.tpnet.pl) [80.53.232.114] F=<gregpark@centralpets.com> temporarily rejected RCPT <admin@X.tld>: Defered - Please try again shortly |
'mattpc' can send mail just fine:
Code: | Apr 27 23:03:54 merlyn exim[26300]: 2006-04-27 23:03:54 1FZFWc-0006qC-Iv <= xxxxx@X.tld H=(mattpc) [216.221.92.175] P=esmtp S=7057 id=000001c66a70$c5403a40$6400a8c0@mattpc
Apr 27 23:03:55 merlyn exim[26302]: 2006-04-27 23:03:55 1FZFWc-0006qC-Iv => xxxxx@gmail.com R=dnslookup T=remote_smtp H=gmail-smtp-in.l.google.com [72.14.205.27]
Apr 27 23:03:55 merlyn exim[26302]: 2006-04-27 23:03:55 1FZFWc-0006qC-Iv Completed
|
1) Any ideas WHY this is happening?
2) How do I fix it?
Thanks, _________________ http://www.mazaryk.com/ |
|