Re: Detecting last login IMAP and expire old messages

2011-01-10 Thread Bron Gondwana
On Mon, Jan 10, 2011 at 08:37:14AM -0500, Adam Tauno Williams wrote: > On Mon, 2011-01-10 at 09:13 -0400, Patrick Boutilier wrote: > > On 01/10/2011 08:03 AM, Adam Tauno Williams wrote: > > > On Sat, 2011-01-08 at 23:35 -0200, Lucas Zinato Carraro wrote: > > >> Is there a way to get messages from

Re: Fwd: Detecting last login IMAP and expire old messages

2011-01-10 Thread Dan White
On 10/01/11 16:30 -0200, Lucas Zinato Carraro wrote: >I try arbitron but receive a error: > > >arbitron -u -d 30 -l user/lucaszc >Loading Mailboxes...Done >Loading Users..Bus error Are you running the command as the cyrus user? Arbitron uses the internal mailbox naming scheme (for virtual domains

Fwd: Detecting last login IMAP and expire old messages

2011-01-10 Thread Lucas Zinato Carraro
> On Mon, Jan 10, 2011 at 3:29 PM, Dan White wrote: > Are you saying that authentication is not working at all with your imap > server? Can you post your saslauthd.conf file, if it exists? No

Re: Detecting last login IMAP and expire old messages

2011-01-10 Thread Dan White
On 10/01/11 14:04 -0200, Lucas Zinato Carraro wrote: >In my case authentication is with saslauthd with ldap. ( OpenLDAP ) > >And this LDAP is used for another systems. > >User can use LDAP for UNIX authentication for example and not >use LDAP dor imap. Are you saying that authentication is not wo

Re: Detecting last login IMAP and expire old messages

2011-01-10 Thread Lucas Zinato Carraro
gt;> Betreff: Re: Detecting last login IMAP and expire old messages > >> On Mon, 2011-01-10 at 09:13 -0400, Patrick Boutilier wrote: >> > On 01/10/2011 08:03 AM, Adam Tauno Williams wrote: >> > > On Sat, 2011-01-08 at 23:35 -0200, Lucas Zinato Carraro wrote: >> &

Re: Detecting last login IMAP and expire old messages

2011-01-10 Thread steffo76
Original-Nachricht > Datum: Mon, 10 Jan 2011 08:37:14 -0500 > Von: Adam Tauno Williams > An: info-cyrus@lists.andrew.cmu.edu > Betreff: Re: Detecting last login IMAP and expire old messages > On Mon, 2011-01-10 at 09:13 -0400, Patrick Boutilier wrote: > >

Re: Detecting last login IMAP and expire old messages

2011-01-10 Thread Patrick Boutilier
On 01/10/2011 09:37 AM, Adam Tauno Williams wrote: On Mon, 2011-01-10 at 09:13 -0400, Patrick Boutilier wrote: On 01/10/2011 08:03 AM, Adam Tauno Williams wrote: On Sat, 2011-01-08 at 23:35 -0200, Lucas Zinato Carraro wrote: Is there a way to get messages from a user account automatic expire i

Re: Detecting last login IMAP and expire old messages

2011-01-10 Thread Adam Tauno Williams
On Mon, 2011-01-10 at 09:13 -0400, Patrick Boutilier wrote: > On 01/10/2011 08:03 AM, Adam Tauno Williams wrote: > > On Sat, 2011-01-08 at 23:35 -0200, Lucas Zinato Carraro wrote: > >> Is there a way to get messages from a user account automatic expire if > >> account is not in used for 6 months ?

Re: Detecting last login IMAP and expire old messages

2011-01-10 Thread Patrick Boutilier
On 01/10/2011 08:03 AM, Adam Tauno Williams wrote: On Sat, 2011-01-08 at 23:35 -0200, Lucas Zinato Carraro wrote: Is there a way to get messages from a user account automatic expire if account is not in used for 6 months ? Yes, set the "expire" annotation on the folder. For example, we set th

Re: Detecting last login IMAP and expire old messages

2011-01-10 Thread Adam Tauno Williams
On Sat, 2011-01-08 at 23:35 -0200, Lucas Zinato Carraro wrote: > Is there a way to get messages from a user account automatic expire if > account is not in used for 6 months ? Yes, set the "expire" annotation on the folder. For example, we set this to 365 on the user's sent-mail folder and to 14

Detecting last login IMAP and expire old messages

2011-01-08 Thread Lucas Zinato Carraro
Hi, Is there a way to get messages from a user account automatic expire if account is not in used for 6 months ? ( i see last update, but this parameter is updated by lmtpd, pop login and etc ... ) How is the best way to detect users that are not using your account ?