View Single Post
  #2 (permalink)  
Old 10-13-2009, 07:08 PM
vtx624 vtx624 is offline
Intermediate Member
 
Posts: 24
Default

I've search around the forums and People have provided this information.

I am also using a DRBD and heartbeat setup. I have not restarted yet in fear that zimbra won't start.

Does anyone have a clue?

Thanks

Here is my vi/etc/hosts
Code:
127.0.0.1       localhost.localdomain localhost
10.1.200.62     mail-1.example.com        mail-1
10.1.200.57     mail-2.example.com        mail-2
10.1.200.62     mail.example.com          mail

hostname `hostname`

Code:
mail-1.example.com has address 10.1.200.62

dig

Code:
; <<>> DiG 9.3.4-P1.1 <<>> mx example.com
;; global options:  printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12500
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 1, ADDITIONAL: 2

;; QUESTION SECTION:
;example.com.             IN      MX

;; ANSWER SECTION:
example.com.      2592000 IN      MX      10 mail.example.com.

;; AUTHORITY SECTION:
example.com.      2592000 IN      NS      mail-2.example.com.

;; ADDITIONAL SECTION:
mail.example.com. 2592000 IN      A       10.1.200.13


;; Query time: 0 msec
;; SERVER: 10.1.200.57#53(10.1.200.57)
;; WHEN: Tue Oct 13 18:05:37 2009
;; MSG SIZE  rcvd: 133

Last edited by vtx624; 10-13-2009 at 08:46 PM..
Reply With Quote