View Single Post
  #2 (permalink)  
Old 05-08-2009, 02:49 AM
gracedman gracedman is offline
Special Member
 
Posts: 130
Default

As I examine this further, it is as if the whole world has gone back two days: account login times, missing created items, the message store. When I go to /opt/zimbra/store and look at the file dates, I see the newest messages and messages from two days and earlier - nothing in-between. This is most disconcerting in that I'd like to both recover the old data but, most importantly, ensure this never happens when we move to full production. I'm sure it must be something we've done but I do not know what.

There appear to be no backups nor are there server statistics. I assume this must be related to the failed cron jobs. These are the commands I believe I ran manually to trouble shoot the cron errors assuming they'd be safe if cron was running them. I did them all as the zimbra user:

/opt/zimbra/libexec/zmqueuelog

/opt/zimbra/bin/zmtrainsa >> /opt/zimbra/log/spamtrain.log

/opt/zimbra/bin/zmtrainsa --cleanup >> /opt/zimbra/log/spamtrain.log

ls /opt/zimbra/data/dspam/data/z/i/zimbra/zimbra.sig (which returned file not found)

ls /opt/zimbra/data/dspam/system.log (which returned file not found)

ls /opt/zimbra/data/dspam/data/z/i/zimbra/zimbra.log (which returned file not found)

/opt/zimbra/libexec/sa-learn -p /opt/zimbra/conf/salocal.cf --dbpath

/opt/zimbra/data/amavisd/.spamassassin --siteconfigpath /opt/zimbra/conf/spamassassin --force-expire --sync

find /opt/zimbra/data/amavisd/tmp -maxdepth 1 -type d -name 'amavis-*' -mtime +1 -exec rm -rf {} \;

find /opt/zimbra/data/amavisd/quarantine -type f -mtime +7 -exec rm -f {} \;

Any help would be greatly appreciated - John
__________________
www.spiritualoutreach.com
Making Christianity intelligible to secular society
Reply With Quote