RE: [Exim] Removed frozen mails manually

Página Inicial
Delete this message
Reply to this message
Autor: Steve Drees
Data:  
Para: Oliver.Egginger, exim-users
Assunto: 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.