status of services "zimbra mail" incorrect

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
Max Avelino
Posts: 8
Joined: Thu May 19, 2016 1:01 pm

status of services "zimbra mail" incorrect

Post by Max Avelino »

Command "zmcontrol status" shows all services working properly, the web interface "Monitor -> Server Status" all services appear stopped. How do I fix?
User avatar
Zied FAKHFAKH
Posts: 28
Joined: Tue Jan 07, 2014 1:43 am
Location: Tunisia
ZCS/ZD Version: ZCS 8.6
Contact:

Re: status of services "zimbra mail" incorrect

Post by Zied FAKHFAKH »

If it's a single server install try this:
in /etc/hosts, 2nd line (ipv6) remove localhost and localhost.localdomain

if it's a multiserver install, do the same as above for every server, and check your logger service,

Code: Select all

$ zmprov gcf zimbraLogHostname
#/opt/zimbra/libexec/zmsyslogsetup 
In the logger server, should be ONE mailstore, you need to make rsyslog accept logs from outside:
in /etc/rsyslog.conf" uncomment those 2 lines, and restart

Code: Select all

$ModLoad imudp
$UDPServerRun 514

service rsyslog restart
Firewall should accept traffic on 514/UDP
Post Reply