Hello,
I recommend a slight change to your INIT block for the /etc/init.d/zimbra file.
This one ensures that the local filesystem is mounted first also. I usually mount /opt/zimbra onto another filesystem from my root filesystem to ensure zimbra is running on its own partition.
Here is what I use:
### BEGIN INIT INFO
# Provides: zimbra
# Required-Start: $local_fs $network $syslog
# Required-Stop:
# Default-Start: 3 5
# Default-Stop: 0 1 2 6
# Description: Zimbra control service wrapper
### END INIT INFO
Hope its helpful. -Cheers, Peter. |