Hace poco me ocurrió que cuando intentaba arrancar Zimbra me decía lo siguiente:
su - zimbra zmcontrol start Host xxx Starting ldap… Done Unable to determine enabled services from ldap. Unable to determine enabled services. Cache is out of date or doesn’t exist.
… y era porque habían caducado los certificados:
zimbra:~# /opt/zimbra/bin/zmcertmgr viewdeployedcrt
Para recrearlos, hay que hacer esto como root:
/etc/init.d/zimbra stop /opt/zimbra/bin/zmcertmgr createcrt -new -days 365 /opt/zimbra/bin/zmcertmgr deploycrt self /opt/zimbra/bin/zmcertmgr deployca /opt/zimbra/bin/zmcertmgr viewdeployedcrt /etc/init.d/zimbra start
Recrear certificados de zimbra