mailbox and logger Since the mailbox and logger services refuse to start, I suspect mysql problems. (Mailbox = mysql+tomcat, logger=mysql+swatch).
Run zmcontrol stop, and ps auxww | grep sql - you should see nothing.
run zmcontrol start, and again ps auxww | grep sql - you should (if it's failing) see nothing.
If sql is running, it's a status check failure.
If it's not - as zimbra -
sh -x bin/mysql.server start
Any errors output? Perhaps missing library? |