problem to send mails

Yarden

Verified User
Joined
Nov 14, 2008
Messages
45
‏‏behezrat ha shem




protocol: SMTP, server respond: '451 Temporary local problem - please try later', יציאה: 25, secured (SSL): no, ‏‏server error: 451, error number: 0x800CCC6A


please help:confused::(
 
A temporary local problem usually means the server is having problems with DNS resolution.

Log into your server and try the dig command to make sure your server's DNS resolution is working.

Jeff
 
A temporary local problem usually means the server is having problems with DNS resolution.

Log into your server and try the dig command to make sure your server's DNS resolution is working.

Jeff

what is dig command?
 
It's generally not the purpose of these forums to teach systems administration tasks.

dig is the command designed to replace nslookup. Information on its use is available on most Linux and Unix servers with the man command:
Code:
$ man dig[/i]
You don't type the [i]$[/i]; it's there to let you know you don't have to be root to run this command.

You may want to buy a good systems administration book :).  That's what I did (admittedly, almost 30 years ago).

Jeff
 
Back
Top