Step by step guide to solve problem zimbra some services are not running the following:
To fix this issue:
Check the permissions of /var/spool/cron/zimbra
file. It should be owned by zimbra and should be 600. If not please run:chown zimbra:zimbra /var/spool/cron/zimbra
chmod 600 /var/spool/cron/zimbra
Wait for 30 minutes for any change to take effect.
If the above doesn’t fix your problem,
Change line in zimbra user’s crontab
from*/30 * * * * /opt/zimbra/libexec/zmstatuslog > /dev/null 2>&1
to*/2 * * * * /opt/zimbra/libexec/zmstatuslog > /dev/null 2>&1
To restart and enable cron service the permanently.
ZMUPDATEAUTHKEYS
SERVICE CROND RESTART
CHKCONFIG CROND ON
Opening rsyslog.conf file and uncomment the following.
VIM /ETC/RSYSLOG.CONF
Uncomment these two lines
$MODLOAD IMUPD $UDPSERVERRUN514
To restart and enable rsyslog service the permanently.
SERVICE RSYSLOG RESTART
CHKCONFIG RSYSLOG ON
To update /etc/rsyslog.conf file.
/OPT/ZIMBRA/LIBEXEC/ZMSYSLOGSETUP
Login zimbra account and to run command line the following.
SU – ZIMBRA
ZMUPDATEAUTHKEYS