RE: [Exim] Removed frozen mails manually

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Steve Drees
Dátum:  
Címzett: Oliver.Egginger, exim-users
Tárgy: RE: [Exim] Removed frozen mails manually
> I had a lot of frozen virus mails.
> To remove them I stopped Exim
> and removed the corresponding files manually from the "input" and "msglog"
> directorys.


The proper way to handle this is use mailq to generate a list of frozen
emails
then use exim -Mrm <messageid> to remove the message from the queue
or exim -Mg <messageid> to bounce the message back to the user.