E-mail checking
Is there a way to see who or when someone accessed someone’s e-mail using the “check e-mail” button? Is there some kind of log somewhere which I can find?
-
Hey there! Yes, every click in the cPanel interface gets logged to /usr/local/cpanel/logs/access_log. For the "Check Email" button that entry will look something like this:
1.2.3.4 - username [10/31/2024:13:40:23 -0000] "GET /cpsess6954554877/frontend/jupiter/mail/webmailform.html?user=cptest%40domain.com&return_request_uri=%2Fcpsess6954554877%2Ffrontend%2Fjupiter%2Femail_accounts%2Findex.html HTTP/1.1" 200 0 "https://4.3.2.1:2083/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:132.0) Gecko/20100101 Firefox/132.0" "s" "-" 2083
The IP address at the start of the line is the user's IP, and the rest of the details are specific to the account.
Let me know if that helps!
0
Please sign in to leave a comment.
Comments
1 comment