RE: [Exim] Removed frozen mails manually

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Steve Drees
Datum:  
To: Oliver.Egginger, exim-users
Betreff: 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.