View Single Post
  #3 (permalink)  
Old 12-01-2006, 05:00 PM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default

Quote:
Originally Posted by Billy View Post
Upgraded to 1G RAM and it solved the problem.
Make sure you're aggressively trimming the signature files - the default cron entry is for 7 days, but you may want to lower it to 2:

0 1 * * * find /opt/zimbra/dspam/var/dspam/data/z/i/zimbra/zimbra.sig/ -type f -name \*sig -mtime +2 -exec rm {} \; > /dev/null 2>&1
__________________
Bugzilla - Wiki - Downloads - Before posting... Search!
Reply With Quote