Συντάκτης: John Hall Ημερομηνία: Προς: exim-users Αντικείμενο: Re: [exim] web interface to manage queue
On 03/05/05, Marcos Monge <mmonge@???> wrote:
> There is some web interfaces to manage the queue via web?
>
> For a place with long queues it's usefull some way to delete, re-send,
> etc the mails in the queue, without using the command line, grep, etc.
There's an Exim module for Webmin, that allows you to do this.
However, I find the command-line far more efficient, especially for
dealing with large amounts of messages.
Have you come across exiqgrep?
'exiqgrep -i <foo> | xargs exim -Mrm' is very efficient.