Mail problem.

Dominic

Verified User
Joined
Dec 24, 2003
Messages
12
After Installing DA this morning i noticed that i can't receive mail on all the domains i have made on my server.

The maillog tells me this:

2003-12-24 19:47:07 1AZACG-0001d7-LK Message is frozen
2003-12-24 19:47:07 1AZBzL-0002x8-E6 Message is frozen
2003-12-24 19:47:07 1AZBEi-0002Mi-4f Message is frozen
2003-12-24 19:47:07 1AZBgH-0002eb-Rc Message is frozen
2003-12-24 19:47:07 1AZBq3-0002ny-Jv Message is frozen
2003-12-24 19:47:07 1AZDKa-0003yY-72 == [email protected] R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host
2003-12-24 19:47:07 1AZBze-0002xY-Qv Message is frozen
2003-12-24 19:47:07 1AZDZQ-0004G0-7O == [email protected] R=lookuphost T=remote_smtp defer (-53): retry time not reached for any host

(the email adres sending, is located on an other server)
When i mail internally on the server form [email protected] to [email protected] i receive it with no problem.

The IP adress of my box is 62.212.92.84

Somebody knows a fix for this problem?
 
It does not actually have a solution, its the reasons why exim *would* fail like that and also commands that will help you trace the problem.

Could you also supply us with the email address you are sending from.

Chris
 
Hello,

Try doing an MX lookup to see if it has a valid MX record:
Code:
dig MX domain.com
If you've got the domain located locally, it may override the true dns setting if the domain exists on another server.

Also check /etc/resolv.conf to see what nameserver you're using. Consider adding 127.0.0.1 to the top of the list to use your own copy of named. You can also tell dig where to check what dns to query by using
"dig domain.com @nameserver_domain_or_ip"

John
 
Back
Top