Re: [exim] stuck exim processes

Top Page
Delete this message
Reply to this message
Author: Jeremy Harris
Date:  
To: exim-users
Subject: Re: [exim] stuck exim processes
On 04/02/2022 09:53, Martin Waschbüsch via Exim-users wrote:
> this process is stuck


> Any and all hints are appreciated!


Strace the process. Is it doing anything? Waiting on network i/o?
Spinning?


What does "mailq" say (after you kill the process) - is the problem
message still on the queue? Is that recipient still undelivered?

If so, run a manual delivery with debug:
exim -d+all -M <message-id> 2>&1 | tee my_debug_logfile

How far does it get?
--
Cheers,
Jeremy