[Dovecot] How can I archive maildir?

Jakob Hirsch jh at plonk.de
Sun Jan 15 03:41:29 EET 2006


Neal Becker wrote:

> Does anyone have a suggestion how to archive old maildir format mail?

You mean, something like this?

find cur/ -mtime +14 -exec mv {} .archive/new \;

There is a small chance of file name collisions, though...



More information about the dovecot mailing list