
Originally Posted by
NoDoze
I'm guessing its a DNS issue, but where to look?
Any ideas?
You could start with all the obvious questions. Is the Zimbra server actually up? Is your DNS server actually up and reachable? What does the following show:
Code:
su - zimbra
zmcontrol status
Post the output of the following commands (run on the ZImbra server):
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig yourdomain.com any
dig yourdomain.com mx
host `hostname` <-- us ethat exact command with backticks not single quotes