1

Topic: How to know the last access to e-mail account?

hello friends, how do I check what was the last access to a specific email account? I am wanting to disable old accounts that are no longer in use.

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: How to know the last access to e-mail account?

Try dovecot post login, it can track last login date:
http://wiki.dovecot.org/PostLoginScripting

Here's sample for iRedMail:
http://www.iredmail.org/forum/topic379- … tocol.html

Note: It's recommended to store last login date in MySQL instead of LDAP for better performance.