View Single Post
  #31 (permalink)  
Old 10-03-2007, 07:14 AM
glitch23 glitch23 is offline
Special Member
 
Posts: 122
Default

as zimbra user run 'crontab -e'

and add this

Code:
# Status logging
#
#*/2 * * * * /opt/zimbra/libexec/zmstatuslog
#
*/2 * * * *  source ~/.bashrc ; LANG=C /opt/zimbra/libexec/zmstatuslog
*/10 * * * * /opt/zimbra/libexec/zmdisklog
#
#
That should fix everything right up.
__________________
Because we all can't be geniuses, I'll go first.

Last edited by glitch23; 10-03-2007 at 07:18 AM..
Reply With Quote