Detect how an account is logging into email imap or pop
Is there a way to detect if a client has their mail program set up for IMAP or pop.
The client swears they are set up as imap, but their folders are not syncing.
-
Hello, Yes, you should be able to see this in /var/log/maillog0 -
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 -
Yea that would indeed work though I would enclose it in quotes grep "xxx@yyy.com" /var/log/maillog0
Please sign in to leave a comment.
Comments
3 comments