LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   how to check active sendmail user on linux (https://www.linuxquestions.org/questions/linux-server-73/how-to-check-active-sendmail-user-on-linux-501736/)

ahpin 11-15-2006 02:52 AM

how to check active sendmail user on linux
 
HOw can i check how many users are actively using the server sendmail and how many of them actually are inactive.

Shall i check on /usr/spool/mail and based on the date to identify it?
--w------- 1 ali root 34447 Jul 21 12:13 ali
--w------- 1 jeff mail 30180 Nov 7 13:24 jeff
-rw-rw---- 1 khai root 705103 Sep 10 23:30 khai
-rw-rw---- 1 mand root 43637 Mar 23 2005 mand


Thanks

imagineers7 11-15-2006 03:32 AM

Hi ahpin,


This may be useful too:-

ps aux | grep sendmail



Aniruddha

ahpin 11-15-2006 06:31 PM

Thanks for the reply, but what i want is to check who is the active sendmail user. In other words, i want to find out which user has no access the mailbox may be since few years ago.


All times are GMT -5. The time now is 03:36 PM.