[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] How to find inactive mail users?



On Thu, 31 May 2001 baltimoremd@xxxxxxxxxxxxxxx wrote:

> On Thu, 31 May 2001, shimi wrote:
> 
> > > 
> > > How can I find users which hasn't been active for a period of time, e.g. 3
> > > months. Been active means in my case used their mail account.
> > > Jeff Jensen 
> > 
> > cd /var/log/mail
> > ls -lhR
> > 
> > should show u last used time + mailbox size used
> 
> Is that last used time based on incoming mail only?  Could a user ignore
> his imcoming mail and still be sending out mail?
> 
> thom
> baltimoremd@xxxxxxxxxxxxxxx             Thom LaCosta K3HRN Webmaster  

Outgoing mail ain't stored anywhere. You'll have to come with a ready
userlist and grep the smtp's server logs, i guess.

- shimi.