Hello all,
I'm looking for some guidance for a correct dns setup for a zimbra server together with a hosted domain.
Our domain and homepage are hosted by bluehost.
let's say domain=mycompany.com
At the moment, zimbra downloads mail from bluehost via pop3. Outgoing mail is sent via smart relay host of my local ISP.
mailaddresses are styled: joe@mycompany.com
The server sits behind a dynamic IP and a router with forwarded 25 port.
a Dyndns hostname (mycompany.mine.nu) points to that IP.
First: I'd like zimbra to act as an smtp server for incoming mail to benefit from it's spam/antivirus filters.
Second: I want the bluehost smtp server to be a backup smtp server when mine goes down or it's external ip changes (very rarely)
* Bluehost support stated I should modify the bluehost MX table as follows:
mycompany.com MX 0 mycompany.mine.nu
mycompany.com MX 10 mycompany.com
* on my zimbra server I set dns up as follows:
named.conf.local
zone "mycompany.com" IN {
type master;
file "/etc/bind/db.truckle.mycompany.com";
};
truckle is the zimbra machine's hostname. for those curious, I refer to Terry Pratchett's book 'The Last Hero' for its true meaning.
db.truckle.mycompany.com
$TTL 604800
@ IN SOA truckle. truckle.mycompany.com. (
10118 ; Serial
43200 ; Refresh
3600 ; Retry
3600000 ; Expire
604800 ) ; Minimum
;
@ IN NS truckle.
@ IN NS truckle.mycompany.com.
@ IN MX 10 mycompany.com.
@ IN A 192.168.54.11
truckle IN A 192.168.54.11
------------------------
Could somebody confirm if this setup is correct/workable?
minor problems I see, are:
-from the zimbra server, I will not be able to resolve the bluehost IP relative to the hosted mycompany.com.
-nor can the bluehost smtp server mail.mycompany.com be resolved.
both are (I think) not essential, as the outgoing mail still will go via smart relay host of my local ISP.
best regards
glenn


LinkBack URL
About LinkBacks
Enjoy and if you have any problems/questions you know where we are.


