17 Oct
2006
17 Oct
'06
2:34 p.m.
On Tue, 2006-10-17 at 13:04 +0200, Beber wrote:
Hi,
Is there a plugin or a way in dovecot to delete any mails older that
30 days in certain maildir ?Just something like
find maildir:%h/.Spam maildir:%h/.Virus maildir:%h/.Junk
maildir:%h/.Trash -type f -ctime 30 -exec rm {} \;
Yes, a plugin called "expire". Unfortunately it's only in CVS HEAD and won't make it into v1.0 release.
However I've been using CVS HEAD code myself for a few weeks now and it seems to work pretty nicely.