Page 1 of 1
How to flush ERROR Queue
Posted: Wed Sep 12, 2007 7:37 am
by zaphod
Hi all,
I have a question regarding the scalix ERROR QUEUE. in my queue ar 116 messages. What´s the easiest way to flush this queue?
Thanks in advance, Thomas
Posted: Wed Sep 12, 2007 9:30 am
by mikethebike
If these are message you no longer require, use omqdump to delete multiple messages.
You may wish to resubmit the messages in case the proble, was temporary (omresub -q error), or you could delete each message manually using omresub -q error -i
Mick
Posted: Fri Sep 21, 2007 3:48 am
by kjakkanen
What actually makes some msgs appear in this queue in the first place?
Thanks,
Kimmo
Posted: Fri Sep 21, 2007 6:20 am
by mikethebike
Kimmo,
there are too many reasons to list.
Could be issues with a mailbox or service.
Could be that a user has imlicitly addresses a non-existant recipient
etc etc etc
You would need to check the message using omqdump, or look at the event/fatal logs to see exactly why.
Mick