Hello,
Yes, I have installed the same version of Zimbra and they are both on 32 bit systems. The original server was mail1 with an IP of 10.2.46.154, but after changed to mail and 10.2.46.156 (and hosts DNS). The new server has mail1 and 10.2.46.154. The info you requested is as below:
cat /etc/resolve.conf
search geekdept.com
nameserver 10.2.46.156
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
::1 localhost6.localdomain6 localhost6
10.2.46.154 mail1.geekdept.com mail1
dig geekdept.com mx
; <<>> DiG 9.3.4-P1 <<>> geekdept.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 64674
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 1, ADDITIONAL: 2
;; QUESTION SECTION:
;geekdept.com. IN MX
;; ANSWER SECTION:
geekdept.com. 172800 IN MX 10 mail1.geekdept.com.
;; AUTHORITY SECTION:
geekdept.com. 172800 IN NS mail.geekdept.com.
;; ADDITIONAL SECTION:
mail1.geekdept.com. 172800 IN A 10.2.46.154
mail.geekdept.com. 172800 IN A 10.2.46.156
;; Query time: 1 msec
;; SERVER: 10.2.46.156#53(10.2.46.156)
;; WHEN: Wed Jun 17 10:03:34 2009
;; MSG SIZE rcvd: 103
dig geekdept.com any
; <<>> DiG 9.3.4-P1 <<>> geekdept.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5515
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 2
;; QUESTION SECTION:
;geekdept.com. IN ANY
;; ANSWER SECTION:
geekdept.com. 172800 IN SOA mail.geekdept.com. root.mail.geekdept.com. 2009061100 10800 3600 604800 86400
geekdept.com. 172800 IN NS mail.geekdept.com.
geekdept.com. 172800 IN MX 10 mail1.geekdept.com.
;; ADDITIONAL SECTION:
mail.geekdept.com. 172800 IN A 10.2.46.156
mail1.geekdept.com. 172800 IN A 10.2.46.154
;; Query time: 1 msec
;; SERVER: 10.2.46.156#53(10.2.46.156)
;; WHEN: Wed Jun 17 10:03:40 2009
;; MSG SIZE rcvd: 144
host `hostname`
mail1.geekdept.com has address 10.2.46.154 |