How do i access cpanel webmail logs
If you would like to access webmail logs to see who accessed a certian webmail accounts.
The following log file could be searched to help locate specific access log entries from webmail.
/usr/local/cpanel/logs/access_log
Or use the following.
grep -in username /usr/local/cpanel/logs/access_log
Replace username with the webmail user.
From the grep man pages.
-i, –ignore-case
Ignore case distinctions in both the PATTERN and the input files. (-i is specified by POSIX.)
-n, –line-number
Prefix each line of output with the 1-based line number within its input file. (-n is specified by POSIX.)
One Response to “How do i access cpanel webmail logs”
Leave a Reply
You must be logged in to post a comment.
2platinum…
…