View Single Post
  #2 (permalink)  
Old 01-26-2009, 12:29 AM
uxbod uxbod is offline
Moderator
 
Posts: 7,911
Default

Ensure your DNS on the new server is setup correctly
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