• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

pop3 connection log for a specific email address

A

AdvancAd

Guest
Good day mates,

I have been looking for an option to see which discrete IP addresses/ computer names/ email clients (either of these) are or have been connecting to a specific email address for mail retrieval over pop3.

Is there another thread on this already, that I can look up for help? Or can someone point me in the correct direction please? I need this because one our email addresses seem to be incorrectly configured and the culprit machine/smartphone deletes the messages from server when it retrieves emails.

A log file would be great to look at. Or if there is another way to find out? Thanks in advance.
 
Only one log file for pop3 connections in Plesk - /usr/local/psa/var/log/maillog
 
grep email@address /usr/local/psa/var/log/maillog |grep pop3|less

should display what you need.. Also try it with "grep -i imap" instead of "grep pop3" for imap logins ..


PS: Can't post - have to wait 90 more seconds.. Having to wait 300 seconds between postings to this forum really stinks.. Can't someone reduce that to something more reasonable?

-t
 
thanks to both of you - igor and tkalf. i have managed to sort out the pop3. cheers.
 
Back
Top