Quote:
Originally Posted by mbossmanh My dns server (inside the firewall) is 192.168.1.100 and my firewall is forwarding port 53 to the dns server. The dns server is running bind9 and i have setup A and mx. |
Do not forward port 53 through your firewall it's unnecessary and could be a security risk.
Please post the output of the following commands (run on your Zimbra server):
Code:
cat /etc/hosts
cat /etc/resolv.conf
dig hansenx6.com mx
dig hansenx6.com any
host `hostname` <-- type that command exactly and use backticks not single quotes