RE: [Exim] Removed frozen mails manually

Αρχική Σελίδα
Delete this message
Reply to this message
Συντάκτης: Steve Drees
Ημερομηνία:  
Προς: Oliver.Egginger, exim-users
Αντικείμενο: 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.