View Single Post
  #3 (permalink)  
Old 11-17-2005, 03:17 PM
bsimzer bsimzer is offline
Junior Member
 
Posts: 9
Default 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
Reply With Quote