Re: how to check amount of email in postfix que

Inizio della pagina
Allegati:
Messaggio come e-mail
+ (text/plain)
Delete this message
Reply to this message
Autore: Matt Alexander
Data:  
To: plug-discuss
Oggetto: Re: how to check amount of email in postfix que
On Mon, 17 May 2004 wrote:

> I have postfix installed on Debian how can I check how many emails are in
> the que, I am using postfix and amavisd-new.


postqueue -p

And I suppose a way to count the number of messages could be:

postqueue -p | grep ^[0-9] | wc -l
---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss