Hello,
I have a DNS server in local lan (192.168.0.16), following domain setting delegation by namecheap,
$TTL 600
@ IN SOA abc.com. log.abc.com. (
20040721;
28800;
14400;
720000;
86400;
)
@ IN NS abc.com.
@ IN MX 10 mail.abc.com.
@ IN A 1.2.3.4
mail IN A 1.2.3.4
ns1 IN A 1.2.3.4
ns2 IN A 1.2.3.4
www IN A 1.2.3.4
Here is the Zimbra server resolve.conf setting:
search com
nameserver 192.168.0.16
and hosts setting:
127.0.0.1 localhost.localdomain localhost
192.168.0.91 abc.com abc
Here is the error when installing:
Setting defaults... MX: mail.abc.com (1.2.3.4)
Interface: 192.168.0.91
Interface: 127.0.0.1
1.2.3.4
1.2.3.4
DNS ERROR - none of the MX records for abc.com
resolve to this host
I don't know how to solve this DNS problem.
Thx !!


LinkBack URL
About LinkBacks


