PDA

View Full Version : Mail problem.



Dominic
12-24-2003, 11:53 AM
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 == d.hakke@sonarpowerhouse.com 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 == d.hakke@sonarpowerhouse.com 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 a@xyz.nl to b@xyz.nl i receive it with no problem.

The IP adress of my box is 62.212.92.84

Somebody knows a fix for this problem?

ProWebUK
12-24-2003, 12:19 PM
You may want to take a look at the following:

http://www.directadmin.com/forum/showthread.php?s=&threadid=891&highlight=Message+is+frozen

Chris

Dominic
12-24-2003, 12:28 PM
I noticed that one :)
But i cant find a solution in that thread???

ProWebUK
12-24-2003, 12:32 PM
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

DirectAdmin Support
12-25-2003, 10:34 AM
Hello,

Try doing an MX lookup to see if it has a valid MX record:

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