DNS error while compiling ZCS tar hi all,
i am beginner in zimbra i had installed ZCS 6.0.4 now when i am compiling it by ./install.sh
i am getting error regarding DNS. i had made a local DNS server1.tm.local, below is the dig command for DNS
root@server1:~# dig server1.tm.local
; <<>> DiG 9.4.2-P2.1 <<>> server1.tm.local
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 2121
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;server1.tm.local. IN A
;; ANSWER SECTION:
server1.tm.local. 1500 IN A 192.168.15.2
;; AUTHORITY SECTION:
tm.local. 1500 IN NS server1.tm.local.
;; Query time: 16 msec
;; SERVER: 192.168.15.2#53(192.168.15.2)
;; WHEN: Fri Jan 8 11:09:40 2010
;; MSG SIZE rcvd: 64
below is the error when i do ./install.sh
DNS ERROR resolving MX for server1.tm.local
It is suggested that the domain name have an MX record configured in DNS
Change domain name? [Yes]
Create domain: [server1.tm.local]
DNS ERROR resolving MX for server1.tm.local
It is suggested that the domain name have an MX record configured in DNS
Re-Enter domain name? [Yes]
any help n guidance will be highly appreciated.
Regards |