On 16/07/2012 12:01, Robert Schetterer wrote:
Am 16.07.2012 12:48, schrieb Charles Marcus:
On 2012-07-16 2:45 AM, Robert Schetterer wrote:
i have running touch with 3000 users, i dont see much overhead, anyway
its true ,its not very elegant, perhaps i.e you may write some daily
cron bash find
Am 16.07.2012 12:48, schrieb Charles Marcus:
> On 2012-07-16 2:45 AM, Robert Schetterer wrote:
>> i have running touch with 3000 users, i dont see much overhead, anyway
>> its true ,its not very elegant, perhaps i.e you may write some daily
>> cron bash find script looking about latest timestamp o
On 2012-07-16 2:45 AM, Robert Schetterer wrote:
i have running touch with 3000 users, i dont see much overhead, anyway
its true ,its not very elegant, perhaps i.e you may write some daily
cron bash find script looking about latest timestamp of files in .new
with maildir
which of cource is not th
Am 16.07.2012 01:31, schrieb Robert Blayzor:
> I have searching for the best way to tell if a Dovecot user is idle by
> finding the last time they have logged in.
>
> Right now the best way I can tell is to do something like "touch" a file in
> the users homedir via a post login exec.
>
> This
I have searching for the best way to tell if a Dovecot user is idle by finding
the last time they have logged in.
Right now the best way I can tell is to do something like "touch" a file in the
users homedir via a post login exec.
This seems like a LOT of overhead, to accomplish such a simple t