OK, a couple of things I notice right off the bat.
Quote:
|
The Resolv.conf file on the Zimbra server points to itself for resolution then the firewall server.
|
You do realize that with this setup your firewall will only come into play for name resolution when DNS is not running on your Zimbra server. Not sure this is what you want. Make sure you have the forwarders option in the named.conf on your Zimbra server
Quote:
Host file:
has just the three lines:
search mail.domain.net (local host FQDN)
127.0.0.1
10.1.1.55 mail.domain.net mail
|
The search line goes in the /etc/resolv.conf, not /etc/hosts. If you do move it to the resolv.conf file you probably want it to read "search domain.net". Also the 127.0.0.1 line should include something like "localhost.localdomain localhost"
From your Zimbra server can you ping/lookup other domains?