check who is using squirrell mail

t9clkclnr

Well-Known Member
Jun 11, 2004
254
0
166
Southern California
how can i check to see what modules are being used and by whom?

I want to disable some webmail software on the server, but would like to see who is using them before making that decision.

i had seem some thread but cant find it again, and dont remember the keywords used to search in it.
 

elleryjh

Well-Known Member
Apr 12, 2003
475
0
166
Code:
ls -ldt /home/*/.sqmaildata
will give you a list of users with the last time they modified their address book, uploaded an attachment, or changed any prefs. I think that should be enough for normal circumstances.

For deeper information on accesses, I think you would have to look at the cpanel access_log file . You could write a script or use an advanced stats program to process it and find all users using squirrelMail: /usr/local/cpanel/logs/access_log
 

t9clkclnr

Well-Known Member
Jun 11, 2004
254
0
166
Southern California
thanks i shall give it a whirl.

i think this will work fine. so far it reported on a few accounts which i can now follow up with a bit more indepth.

thanks again.