Re: how to check amount of email in postfix que

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Matt Alexander
Date:  
To: plug-discuss
Subject: 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