Re: [Exim] (how does one ) remove items from the queue ?

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: John Burnham
Data:  
Para: Jonathan Vanasco, exim-users
Asunto: 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