Page 1 of 1

Queue Problem

Posted: Thu Nov 16, 2006 3:37 pm
by lwoolard
We had a problem with our routing table that caused messages to back up in the Sendmail Input Queue. We have the routing table problems corrected and current mail is flowing, but the Administration Console is telling me we have 16,000+ messages in the Sendmail Input queue. The number of messages in the queue is not changing. It would seem that the number in the queue should be going down as they are delivered. How can we get the queue processed and get those messages delivered? From what I have found it looks like I need to issue the command

Code: Select all

omresub -q SMINTFC
Is that correct?

Posted: Thu Nov 16, 2006 10:45 pm
by kanderson
That's correct. Also try a sendmail -q to rerun the sendmail queue itself.

These queues should retry themselves given a half hour or so.

Kev.