Sometime on Thu, Sep 15, 2005 at 12:25:17PM +0530, Hardik Dalwadi said:
> He want's to know *HOW Many Users*.
> 
> I think you can get it by..
> 
> #ps aux |grep pop3
> #ps aux |grep imap


He might be runnung pop3 under inetd?

$ netstat|grep pop3|grep ESTABLISHED|wc
will list all the established pop3 connections.

Anurag


-- 
      __                                  __
gnu /noo/ n. Ox like antelope; (abbr.) /gnoo/ n.
    (recursive acronym) Gnu's Not Unix.

-- 
http://mm.ilug-bom.org.in/mailman/listinfo/linuxers

Reply via email to