Thanks for the warm welcome and quick response. When I started Zimbra it went well for awhile and would just stopped with the said error. There's no concrete interval.
Please see the details you asked for.
cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.0.1 server1.test.com server1
=====================================
cat /etc/resolv.conf
search test.com
nameserver 192.168.0.1
nameserver 192.168.0.2
nameserver 205.234.103.204
=====================================
dig test.com mx
; <<>> DiG 9.3.4-P1 <<>> test.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19798
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;test.com. IN MX
;; ANSWER SECTION:
test.com. 172800 IN MX 10 server1.test.com.
;; AUTHORITY SECTION:
test.com. 172800 IN NS ns2.test.com.
test.com. 172800 IN NS server1.test.com.
;; ADDITIONAL SECTION:
server1.test.com. 172800 IN A 192.168.0.1
ns2.test.com. 172800 IN A 192.168.0.2
;; Query time: 0 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Tue Jul 22 09:22:39 2008
;; MSG SIZE rcvd: 114
==================================
dig test.com any
; <<>> DiG 9.3.4-P1 <<>> test.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 32921
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 5, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;test.com. IN ANY
;; ANSWER SECTION:
test.com. 172800 IN A 192.168.0.1
test.com. 172800 IN SOA server1.test.com. root.test.com. 2008072201 10800 3600 604800 86400
test.com. 172800 IN NS ns2.test.com.
test.com. 172800 IN NS server1.test.com.
test.com. 172800 IN MX 10 server1.test.com.
;; ADDITIONAL SECTION:
ns2.test.com. 172800 IN A 192.168.0.2
host.test.com. 172800 IN A 192.168.0.1
;; Query time: 0 msec
;; SERVER: 192.168.0.1#53(192.168.0.1)
;; WHEN: Tue Jul 22 09:25:33 2008
;; MSG SIZE rcvd: 171
========================
host server1.test.com
server1.test.com has address 192.168.0.1
Again, thanks.
Emman |