Re: [exim] Stalled in the queue

Top Page
Delete this message
Reply to this message
Author: Phil Pennock
Date:  
To: The Doctor
CC: exim-users
Subject: Re: [exim] Stalled in the queue
On 2017-09-26 at 08:45 -0600, The Doctor wrote:
> Question what cause mail to stall in a queue?


Depends entirely. What does stalled mean? Is the message frozen?

Every message has an Exim message-id, shown in the output from
`exim -bp`. (I normally use `exim -bpru` to list the queue, to only
seem remaining recipients and to not sort the output, just see
everything fast).

As long as you haven't chosen to disable the `message_logs` option, then
`exim -Mvl the-message-id` will show you the logs for that message. You
can see every action Exim has taken, including failed deliveries, etc.

If you have disabled the per-message logs, then as a fallback you can
use `exigrep` as a tool to search the logs for that message-id.

-Phil