View Single Post
  #10 (permalink)  
Old 06-22-2006, 06:02 AM
jml75 jml75 is offline
Loyal Member
 
Posts: 79
Default

Ok,

I added the following sleep 5 in /opt/zimbra/bin/zmmtactl

stop)
for i in $SCRIPTS; do
/opt/zimbra/bin/$i stop
sleep 5
done
;;

I'll see if it fixes the problem and report back the results.

Thanx for your hints!

Jonathan
Reply With Quote