Follow Up - mailbox service I started poking around a bit. I noticed the error message, with regards to saslauthd running, so I ran the following command:
ps -ef | grep saslauthd | awk '{print $2}' | xargs kill -9
to kill all of the saslauthd processes, then I re-ran zmcontrol start mailbox. It returned the following:
[zimbra@dev1 etc]$ zmcontrol start mailbox
Host dev1.northernobjects.com
Starting antispam...Done.
Starting antivirus...Done.
Starting logger...Done.
Starting mailbox...Done.
Starting mta...Done.
Starting snmp...Done.
Starting spell...Done.
I thought I was in the clear (yet again). So next, I ran zmcontrol status and got the following:
[zimbra@dev1 etc]$ zmcontrol status
Host dev1.northernobjects.com
antispam Running
antivirus Running
ldap Running
logger Running
mailbox Stopped
mta Running
snmp Running
spell Running
Who is fooling who here?
Cheers,
bsimzer |