[root@mail ~]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
[root@mail ~]# cat /etc/resolv.conf
nameserver 173.x.x.1
search hfc.comcastbusiness.net
[root@mail ~]# dig -x 173.x.x.2
; <<>> DiG 9.2.4 <<>> -x 173.x.x.2
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 377
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;2.x.x.173.in-addr.arpa. IN PTR
;; ANSWER SECTION:
2.x.x.173.in-addr.arpa. 2767 IN PTR mail.x.com.
2.x.x.173.in-addr.arpa. 2767 IN PTR mantis.x.com.
;; Query time: 27 msec
;; SERVER: 173.x.x.1#53(173.x.x.1)
;; WHEN: Wed May 27 15:17:48 2009
;; MSG SIZE rcvd: 96
[root@mail ~]# dig x.com mx
; <<>> DiG 9.2.4 <<>> x.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37093
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;x.com. IN MX
;; ANSWER SECTION:
x.com. 14400 IN MX 10 mail.x.com.
;; Query time: 62 msec
;; SERVER: 173.8.125.1#53(173.x.x.1)
;; WHEN: Wed May 27 15:19:29 2009
;; MSG SIZE rcvd: 53
[root@mail ~]# dig x.com any
; <<>> DiG 9.2.4 <<>> x.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54471
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;x.com. IN ANY
;; ANSWER SECTION:
x.com. 14335 IN MX 10 mail.x.com.
;; Query time: 26 msec
;; SERVER: 173.x.x.1#53(173.x.x.1)
;; WHEN: Wed May 27 15:20:34 2009
;; MSG SIZE rcvd: 53
[root@mail ~]# host `hostname`
mail.x.com has address 173.x.x.2
I cannot seem to start the services anymore. They are all down. I have tried to re-install it using the zimbra install.sh - but that failed too. I am at a point to figure out how to salvage all last 3 years mail to a new machine.


LinkBack URL
About LinkBacks

