Quote:
When I logged in to your system except for the ldap and stats service, all other services were disabled. I enabled those with the following command :
su - zimbra
zmprov ms `zmhostname` +zimbraServiceEnabled <service_name> .
Since you had a power failure I stopped all the services and ran the /opt/zimbra/libexec/zmfixperms command as root to fix any permission issues that might have been caused by the power failure.
Also, I fixed the zimbraMtaAuthTarget to TRUE from FALSE by doing the following :
su - zimbra
zmprov ms `zmhostname` zimbraMtaAuthTarget TRUE.
All the services seemed to be running after I started them with the above changes.