Checking Last time a user checked their mail?

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
jam764
Posts: 1
Joined: Fri Sep 12, 2014 10:04 pm

Checking Last time a user checked their mail?

Post by jam764 »

Is there anyway to check the last time a user checked their mail? I know with sendmail, I used to just list the /var/spool/mail directory and parse it for the date. Is there someplace I can do that or something similar with Zimbra? I'm trying to weed out inactive users and/or help them to login if they aren't using it.
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

Checking Last time a user checked their mail?

Post by 14319KevinH »

Checked with Roland..
The last login time (zimbraLastLogonTimestamp) gets updated as often as the global config value:
zimbraLastLogonTimestampFrequency: 7d
Mainly to keep LDAP writes down, and because most people only need to ask queries like "show me all accounts that haven't logged in in 30/60/90 days".
So the short anwser is you can get this from LDAP.
Post Reply