View Single Post
  #4 (permalink)  
Old 01-12-2009, 04:52 AM
uxbod uxbod is offline
Moderator
 
Posts: 7,911
Default

Validate that your hosts file is correct and the DNS resolution is working.
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes
__________________
Reply With Quote