Dear all,
I have a VPS (Parallels) with CentOS 5.3 installed. For the moment Zarafa community is installed with CentOS Firewall. Perhaps I like to switch to Zimbra but I have one question about DNS. My DNS is hosted by EuroDNS (
Domain Name Registration, Domain Transfers. Search and register European Domains and domain names of the world. Free domain DNS and free Email services included. - EuroDNS SA). MX and A records are configured. Do I need to configure a split DNS with "bind" to make Zimbra working?
zone:
TTL 86400
@ IN SOA @ mail.example.org. (
2005110200 ;
8H ;
2H ;
4W ;
1D ) ;
@ IN NS mail.example.org.
IN NS 87.XXX.XXX.160
IN MX 10 mail.example.org. ;
IN A 87.XXX.XXX.160
mail IN A 87.XXX.XXX.160
named.conf
directory "/var/named"; // the default
dump-file "data/cache_dump.db";
statistics-file "data/named_stats.txt";
memstatistics-file "data/named_mem_stats.txt";
forwarders {80.92.65.2;80.92.67.140;};
zone "example.org" {
type master;
file "example.org.zone";
};
80.92.65.2 and 80.92.67.140 are IP's from EuroDNS DNS servers.
Thanks for help.
Kind regards
Ernie