Hello
I Have zimbra mail server working in my office but today the system fail to start after electrical power down.
email not login through POP3 . web client & admin page not working
I have this version
Release 5.0.16_GA_2921.RHEL4_20090429033149 CentOS4
I tried to stop the services and start again using zmcontrol stop /start it does not give me any error
I check the status
Code:
zmcontrol status
Unable to determine enabled services from ldap.
Enabled services read from cache. Service list may be inaccurate.
Host mail.domain.com
antivirus Running
ldap Running
logger Running
mailbox Running
mta Running
snmp Running
spell Running
stats Running I search the problem in this forum most answers related to DNS & hosts file
I check this
cat /etc/resolv.conf
Code:
nameserver 212.71.37.200
nameserver 212.71.32.19
search domain.com
[zimbra@mail root]$ exit
exit
[root@mail ~]# cat /etc/hosts
Code:
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
213.181.xxx.xxx mail.domain.com mail
[root@mail ~]# dig althinayyan.com mx
Code:
; <<>> DiG 9.2.4 <<>> domain.com mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 16157
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;domain.com. IN MX
;; ANSWER SECTION:
domain.com. 3600 IN MX 0 mail.domain.com.
;; Query time: 237 msec
;; SERVER: 212.71.37.200#53(212.71.37.200)
;; WHEN: Wed Jul 15 00:35:09 2009
;; MSG SIZE rcvd: 54
[root@mail ~]# dig mail.domain.com any
Code:
; <<>> DiG 9.2.4 <<>> mail.domain.com any
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 39581
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mail.domain.com. IN ANY
;; ANSWER SECTION:
mail.domian.com. 3262 IN A 213.181.xxx.xxx
;; Query time: 45 msec
;; SERVER: 212.71.37.200#53(212.71.37.200)
;; WHEN: Wed Jul 15 00:40:47 2009
;; MSG SIZE rcvd: 54
host `hostname`
Code:
mail.domain.com has address 213.181.xxx.xxx
Also I check /var/log/zimbra.log and found there error
(see attached file for complete log)
Code:
info: zmmtaconfig: gacf ERROR: service.FAILURE (system failure: ZimbraLdapContext) (cause: java.net.SocketException Broken pipe)
How to solve this problem ?
regards
Osama