Check /var/log/zimbra.log to see why it is not running. You can also do a
Code:
su - zimbra
zmcontrol stop
netstat -an | grep 25
to see if you already have a MTA running. You could also check for a couple of standard ones.
Code:
ps aux | grep sendmail
ps aux | grep postfix
If one of those is running you can then do
Code:
/etc/init.d/sendmail stop
/etc/init.d/postfix stop
and then try starting ZCS again.