Page 1 of 1

Sending stuck in queue

Posted: Thu Sep 13, 2007 11:18 pm
by blue_asterisk
How do I send emails that are stuck in the queue directory?
Somehow OpenEMM was interupted while sending the emails.

Posted: Fri Sep 14, 2007 8:58 am
by ud
As long as sendmail is running the queue should be sent out, if the remote systems are accepting the mails. Otherwise sendmail will (depending on your basic sendmail configuration) drop the mail after a few days.

To force a sendmail run you can start a separate sendmail as root with this command:

Code: Select all

/usr/sbin/sendmail -q -OQueueDirectory=/home/openemm/var/spool/QUEUE
-- ud

Posted: Thu Oct 11, 2007 3:50 am
by blue_asterisk
This did not work; the queue is still there and openemm has stalled for over a day now.