26 Apr
2005
26 Apr
'05
4:46 p.m.
--On Monday, April 25, 2005 3:25 PM -0600 Del Stoliker dstoliker@alphagraphics.com wrote:
I'm wondering if there's a way to keep track of the last time a user checked their email and whether they checked it using POP or IMAP.
This won't tell you whether IMAP or POP was used, but you can look at the atime on the inbox to see when it was last read.
The problem I ran into with this approach was that my verify pass on my backup job would read every file on the system, touching the atime's. To get around this, my verify script would remount the filesystem with noatime for the duration of the verify. So there was a window of an hour or two during which I might miss a user's access.