DNS ERROR durring install Hello,
durring the installation i get the following. I dont understand why Zimbra is having issues properly resolving the domain name. Below it should show that the name should be resolving just fine. Thanks for any help
DNS ERROR resolving MX for mail.rndcomputing.com
It is suggested that the domain name have an MX record configured in DNS
Re-Enter domain name? [Yes]
[root@mail zcs]# ifconfig eth0
eth0 Link encap:Ethernet HWaddr 00:50:70:44:39:89
inet addr:66.11.117.171 Bcast:66.11.117.255 Mask:255.255.255.0
inet6 addr: fe80::250:70ff:fe44:3989/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:111081 errors:0 dropped:0 overruns:0 frame:0
TX packets:72678 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:7908711 (7.5 MiB) TX bytes:5594952 (5.3 MiB)
Interrupt:193 Base address:0xc000
[root@mail zcs]# ping -c 1 mail.rndcomputing.com
PING mail.rndcomputing.com (66.11.117.171) 56(84) bytes of data.
64 bytes from 66.11.117.171: icmp_seq=0 ttl=64 time=0.026 ms
[root@mail zcs]# cat /etc/resolv.conf
search rndcomputing.com
nameserver 4.2.2.1
nameserver 4.2.2.3
[root@mail zcs]# |