Quote:
Originally Posted by john99 Hi,
we are going to test install ZCS in a non direct mail delivery environment.
(downloading mails with fetchmail/POP3 stored at different email-accounts
at different ISPs to our main account (e.g. info@mycompany.com) .
My idea is that in such an environment the mx-record ( MX 10 mail.mailhoster.com )
of our mailhoster will not change.
Question:
What MX-value should I define during installation of Zimbra and/or Slit-DNS(bind) ?
Thank's a lot
John |
John,
The Split DNS articles don't make it as clear as they ought, and I haven't taken the time to write a better one yet, but the simple answer is, your Zimbra box needs to be able to resolve its fully-qualified hostname to the ip address that it actually has on its subnet, whether DMZ or LAN or whatever. The reason for "Split DNS" is that in all likelihood it's the only box that should see that literal IP address when it does an mxlookup or nslookup or whatever; others should see the public IP address of the box, which is usually NATted from somewhere. That's why the easiest thing to do in most cases is to run bind9 on the local Zimbra box and point it to itself for DNS (with forwarders set up to handle everything else)--and that way the Zimbra box is authoritative TO itself, FOR itself, and the rest of the world simply has different information.
So set up that internal address so that your primary A, MX and PTR records all resolve back to that internal IP of the Zimbra box and you should be golden.