Skip to main content

Email ID login Log

Comments

3 comments

  • SysSachin
    Hi, The following log file could be searched to help locate specific access log entries from webmail.
    /usr/local/cpanel/logs/access_log
    You can use below command to find out the access log for your mail account. cat /usr/local/cpanel/logs/access_log | grep MAIL@YOURDOMAIN.COM
    0
  • 24x7server
    Hello :), To find out the mail client login logs, you need to check /var/log/maillog file.
    cat /var/log/maillog | grep EMAIL_ID
    0
  • cPanelMichael
    Hello, You can search /var/log/maillog for the email account username as indicated in the previous response. Another example of a command you can use is:
    grep email@domain.tld /var/log/maillog
    Thank you.
    0

Please sign in to leave a comment.