RE: [Exim] Removed frozen mails manually

Inizio della pagina
Delete this message
Reply to this message
Autore: Steve Drees
Data:  
To: Oliver.Egginger, exim-users
Oggetto: 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.