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

Página Inicial
Delete this message
Reply to this message
Autor: Terry Shows
Data:  
Para: Jonathan Vanasco, exim-users
Assunto: RE: [Exim] (how does one ) remove items from the queue ?
Here is another way just to remove frozen messages ONLY from the queue

--------------- rm_frozen.sh-------------------
#! /bin/sh
PATH=$PATH:/usr/exim/bin
export PATH
mailq | fgrep '*** frozen ***' | awk '{print $3}' | xargs exim -Mrm
---------------------------------------------

Terry Shows

-----Original Message-----
From: exim-users-admin@??? [mailto:exim-users-admin@exim.org]On
Behalf Of Jonathan Vanasco
Sent: Wednesday, September 03, 2003 10:58 AM
To: exim-users@???
Subject: [Exim] (how does one ) remove items from the queue ?


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?


--

## List details at http://www.exim.org/mailman/listinfo/exim-users Exim
details at http://www.exim.org/ ##