Skip to main content

Detect how an account is logging into email imap or pop

Comments

3 comments

  • cPanelLauren
    Hello, Yes, you should be able to see this in /var/log/maillog
    0
  • paulw32
    Hello, Yes, you should be able to see this in /var/log/maillog

    Thanks. ALso wondering if this command would work to narrow the search? grep xxx@yyy.com /var/log/maillog I've got zero experience in Linux commands beyond what google tells me.
    0
  • cPanelLauren
    Yea that would indeed work though I would enclose it in quotes grep "xxx@yyy.com" /var/log/maillog
    0

Please sign in to leave a comment.