Quote:
Originally Posted by gchino I'm looking in my deferred mail queue and the error message that is being displayed is that host or domain name not found. Any suggestions on this? |
Yes, your DNS is likely to be set-up incorrectly. If you're behind a NAT router then check the
Split DNS article in the wiki.
You don't actually give us much information to help you debug this problem, some idea of operating system, Zimbra version, what you've done to try and debug this issue (this has been covered many times, have you searched the forums?) or even what's changed to likely cause this problem.
How about posting the info from the following commands (run on the zimbra server):
Code:
host `hostname` <-- type as-is with backticks not single quotes
dig yourdomain.com mx
dig yourdomain.com any
post the exact output from those commands.