LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Exim Mail Queue - Force Delivery (https://www.linuxquestions.org/questions/red-hat-31/exim-mail-queue-force-delivery-466352/)

Cheza 07-21-2006 04:11 PM

Exim Mail Queue - Force Delivery
 
I'm currently using Redhat for my mail server and noticed there was a bit of mail 'stuck' for a particular domain. Is there anyway to force delivery the messages for just that user/account/domain.

exim -M does a force delivery but on the whole queue.

NSWKim 07-24-2006 11:09 AM

Cheza,

If it's a recent version of exim then I like to do:

Code:

runq -qqff &
So that it runs in the background and then I watch the logs to see if it delivers them, or if there are problems.

If your system doesn't find the 'runq' command then try this one:

Code:

exim -qff


All times are GMT -5. The time now is 02:49 AM.