Output from starting Zimbra:
Code:
$ zmcontrol start
Host xserve.mail.asymchem.com
Starting ldap...Done.
Unable to determine enabled services from ldap.
Enabled services read from cache. Service list may be inaccurate.
Starting logger...Done.
Starting mailbox...Done.
Starting antispam...Done.
Starting antivirus...Done.
Starting snmp...Done.
Starting spell...Done.
Starting mta...Done.
Starting stats...Done.
Based on a few threads I have seen this appears to be a dns issue, however the only thing that has changed is the server lost power last night.
Code:
$ dig asymchem.com mx
; <<>> DiG 9.3.5-P2 <<>> asymchem.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 23229
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 3
;; QUESTION SECTION:
;asymchem.com. IN MX
;; ANSWER SECTION:
asymchem.com. 85145 IN MX 10 mail.asymchem.com.
;; AUTHORITY SECTION:
asymchem.com. 85145 IN NS ossa.csupport.net.
asymchem.com. 85145 IN NS artemis.csupport.net.
;; ADDITIONAL SECTION:
mail.asymchem.com. 86400 IN A 192.168.1.2
ossa.csupport.net. 171545 IN A 64.128.67.144
artemis.csupport.net. 171545 IN A 64.128.67.139
;; Query time: 0 msec
;; SERVER: 192.168.1.2#53(192.168.1.2)
;; WHEN: Sun Dec 21 12:23:11 2008
;; MSG SIZE rcvd: 152
and
Code:
$ dig asymchem.com any
; <<>> DiG 9.3.5-P2 <<>> asymchem.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 46670
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 2, ADDITIONAL: 3
;; QUESTION SECTION:
;asymchem.com. IN ANY
;; ANSWER SECTION:
asymchem.com. 85115 IN MX 10 mail.asymchem.com.
asymchem.com. 85115 IN A 60.29.79.124
asymchem.com. 85115 IN NS artemis.csupport.net.
asymchem.com. 85115 IN NS ossa.csupport.net.
;; AUTHORITY SECTION:
asymchem.com. 85115 IN NS ossa.csupport.net.
asymchem.com. 85115 IN NS artemis.csupport.net.
;; ADDITIONAL SECTION:
mail.asymchem.com. 86400 IN A 192.168.1.2
ossa.csupport.net. 171515 IN A 64.128.67.144
artemis.csupport.net. 171515 IN A 64.128.67.139
;; Query time: 0 msec
;; SERVER: 192.168.1.2#53(192.168.1.2)
;; WHEN: Sun Dec 21 12:23:41 2008
;; MSG SIZE rcvd: 196
the domain should be pointing all web traffic to 60.29.79.124 and all mail traffic to 24.106.194.74 .
mail.asymchem.com is shown to be 192.168.1.2 as it is internal ip of that server on 24.106.194.74.
HELP please
