Re: [Dovecot] last login timestamp

2013-04-29 Thread Robert Schetterer
Am 30.04.2013 00:40, schrieb Julio Cesar Covolato: > My aproach is just find the oldest message in the folder > mailbase/domain/user/Maildir/new/ for every user once a day yes that works too, used this years ago, but i think its not working with mdbox etc Best Regards MfG Robert Schetterer --

Re: [Dovecot] last login timestamp

2013-04-29 Thread Julio Cesar Covolato
Em 29/04/2013 14:54, Robert Schetterer escreveu: Am 29.04.2013 19:14, schrieb oaj...@frsf.utn.edu.ar: I guess I don't have such a high load so I will try Peer's recomendation about using PostLoginScripting first and measure the impact. I will try the log monitoring technique if the impact is sig

Re: [Dovecot] last login timestamp

2013-04-29 Thread Robert Schetterer
Am 29.04.2013 19:14, schrieb oaj...@frsf.utn.edu.ar: > I guess I don't have such a high load so I will try Peer's > recomendation about using PostLoginScripting first and measure the > impact. I will try the log monitoring technique if the impact is > significant. Thank you very much. for low/mid

Re: [Dovecot] last login timestamp

2013-04-29 Thread oajara
I guess I don't have such a high load so I will try Peer's recomendation about using PostLoginScripting first and measure the impact. I will try the log monitoring technique if the impact is significant. Thank you very much. El 29.04.2013 13:47, Robert Schetterer escribió: > Am 29.04.2013 18

Re: [Dovecot] last login timestamp

2013-04-29 Thread Robert Schetterer
Am 29.04.2013 18:23, schrieb Peer Heinlein: > Am 29.04.2013 18:01, schrieb Robert Schetterer: > > > >> doing touch method may slow down your i.e cluster filesystem, database >> etc specially with high frequent logins, related how/what you need such >> timestamps >> you can get them from logs too

Re: [Dovecot] last login timestamp

2013-04-29 Thread Peer Heinlein
Am 29.04.2013 18:01, schrieb Robert Schetterer: > doing touch method may slow down your i.e cluster filesystem, database > etc specially with high frequent logins, related how/what you need such > timestamps > you can get them from logs too, to get an idea If a system's breaking down by touchin

Re: [Dovecot] last login timestamp

2013-04-29 Thread Robert Schetterer
Am 29.04.2013 17:03, schrieb Peer Heinlein: > Am 29.04.2013 16:50, schrieb Oscar A. Jara:> >> >> Hello, I am settiing up a dovecot (imap, pop, sieve, lda) + openldap >> infrastructure. I need to store the timestamp of the last login of each >> user in an attribute of its corresponding ldap object.

Re: [Dovecot] last login timestamp

2013-04-29 Thread Sven Hartge
Oscar A. Jara wrote: > Hello, I am settiing up a dovecot (imap, pop, sieve, lda) + openldap > infrastructure. I need to store the timestamp of the last login of > each user in an attribute of its corresponding ldap object. I could > not find a way of doing this through configuration options so I

Re: [Dovecot] last login timestamp

2013-04-29 Thread Peer Heinlein
Am 29.04.2013 16:50, schrieb Oscar A. Jara:> > > Hello, I am settiing up a dovecot (imap, pop, sieve, lda) + openldap > infrastructure. I need to store the timestamp of the last login of each > user in an attribute of its corresponding ldap object. I could not find > a way of doing this through con

[Dovecot] last login timestamp

2013-04-29 Thread Oscar A. Jara
Hello, I am settiing up a dovecot (imap, pop, sieve, lda) + openldap infrastructure. I need to store the timestamp of the last login of each user in an attribute of its corresponding ldap object. I could not find a way of doing this through configuration options so I am thinking of coding this t