Re: [Dovecot] Question about Maildir automatic cleanup.

2008-05-07 Thread mouss
Jose Celestino wrote: Words by José Ildefonso Camargo Tolosa [Tue, May 06, 2008 at 12:47:30PM -0700]: Hi! I want to automatically delete old messages from one user's Maildir, and I was thinking on running something like this: find /home/user/Maildir/cur/ /home/user/Maildir/new/ -daystart -

Re: [Dovecot] Question about Maildir automatic cleanup.

2008-05-07 Thread Jose Celestino
Words by José Ildefonso Camargo Tolosa [Tue, May 06, 2008 at 12:47:30PM -0700]: > Hi! > > I want to automatically delete old messages from one user's Maildir, and I > was thinking on running something like this: > > find /home/user/Maildir/cur/ /home/user/Maildir/new/ -daystart -mtime +15 > -de

[Dovecot] Question about Maildir automatic cleanup.

2008-05-07 Thread José Ildefonso Camargo Tolosa
Hi! I want to automatically delete old messages from one user's Maildir, and I was thinking on running something like this: find /home/user/Maildir/cur/ /home/user/Maildir/new/ -daystart -mtime +15 -delete but I'm not sure if by deleting messages "manually" I will break the dovecot.index* fil