Hi,

I don't know any postfix specific commands, but you can use linux
commands

To check pending mails for local delievery

# mailq|grep -v done|grep local |wc -l

To check for remote delievery 

# mailq|grep -v done|grep remote |wc -l

To check total number of mails

# mailq|grep -v done|wc -l



Regards
Jas



--- Umesh C Joshi <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Can anybody tell me how to count  mail numbers in queue? I am using
> postfix
> as MTA
> 
> Thanks
> Umesh C Joshi
> 
> 
> _______________________________________________
> ilugd mailing list
> [EMAIL PROTECTED]
> http://frodo.hserus.net/mailman/listinfo/ilugd

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to