On Mon, 17 May 2004
elemint@theriver.com 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 -
PLUG-discuss@lists.plug.phoenix.az.us
To subscribe, unsubscribe, or to change you mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss