• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

e-mail user login times, etc.

R

rossgile

Guest
Is there a way in Plesk that I can see when or if e-mail users last logged into their e-mail via their e-mail client (outlook, etc.)?

- rg
 
From within Plesk, I've never seen it. You could write a short script to search the

/usr/local/psa/var/log/maillog
and
/usr/local/psa/var/log/maillog.processed

for the user's last login, which shows like:

Oct 26 03:32:36 www pop3d: LOGIN, user=username, ip=[ip.add.re.ss]
 
Back
Top