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 -
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
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