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

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Terry Shows
日付:  
To: Jonathan Vanasco, exim-users
題目: 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/ ##