View Single Post
  #2 (permalink)  
Old 10-12-2009, 02:18 AM
uxbod uxbod is offline
Moderator
 
Posts: 7,925
Default

That is most probable a DNS issue so please post the following
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain mx
dig yourdomain any
host `hostname` <- note backticks and not single quotes (copy 'n' paste)
__________________
Reply With Quote