Re: how to check amount of email in postfix que

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Matt Alexander
Fecha:  
A: plug-discuss
Asunto: 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