Page 1 of 1

ClamAV Stopped working, messages now in Corrupt Queue

Posted: Mon Jan 16, 2006 7:01 am
by les.piggot
Hi,

ClamAV stopped working for us on Saturday (until Monday) and has left over 36 hours of messages in the Corrupt queue. Will the messages get rechecked automatically or how can get scalix to attempt to resend them

Help!!

Les

Posted: Mon Jan 16, 2006 11:53 am
by bluemike
Type this:

omresub -q error

That should recubmit all the messages in the corrupt message queue.

Posted: Mon Jan 16, 2006 12:17 pm
by les.piggot
thanks, worked perfectly

Recommendation.

Posted: Mon Jan 16, 2006 7:22 pm
by kanderson
I'd personally recommend adding these commands to a cronjob which executes every few hours or so.,

omresub -q error
omresub -q smerr

They're 2 different error queues. This way, if there's a temporary error, email will be recieved even if you forget to run that command, or don't notice that anything is in those queues.

Kev.

Posted: Mon Jan 16, 2006 7:49 pm
by bluemike
What an excellent idea! I'm setting that up right now!