Autor: John Burnham Datum: To: Jonathan Vanasco, exim-users Betreff: Re: [Exim] (how does one ) remove items from the queue ?
Jonathan Vanasco wrote: > i run:
> #exim -bp
>
> and get a listing of messages in the queue. great.
>
> now i need to delete certain ones
>
> is a 'proper' way to do this?
> Yep.
exim -Mrm (message-id)
See the section of the docs entitled "The Exim commandline".
John