Author: ael Date: To: dng Subject: Re: [DNG] frozen messages
On Sun, Sep 14, 2025 at 01:34:59PM -0400, Haines Brown via Dng wrote: > I try to remove frozen messages with
>
> $ exim -bpr | grep frozen | awk {'print $3'} | xargs exim -Mrm
> bash: exim: No such file or directory
Does you path include ___/sbin ?
I would not expect you to be able to do this unless you are root.
Presumably sudo would work as well, but I never use that.
I normally "unfreeze" messages with -qff, but that will only work if the
problem has been resolved which I guess is not your case.