
Originally Posted by
needhelpnow
hi,
i am installing Zimbra 5.0.4 on RHEL ES 4. I am getting an error which says "DNS Error resolving MX for . It is suggested that domain name have an MX record configured in DNS. Change domain name?" I have the following questions about this error.
1) What does this error mean?
The error means exactly what it says, you need valid DNS A& MX records and a valid /etc/hosts file for the installation and running of Zimbra.
You can check your server with the following (run on the zimbra server):
Code:
host `hostname` <-- use backticks not single quotes
dig yourdomain.com mx
dig yourdomain.com any
and post the results.
Please read the documentation for system installation requirements.