[Dovecot] Scheduled folder purging

Ronald MacDonald ronald at rmacd.com
Mon Feb 18 17:22:05 EET 2008


On 18/02/2008, Pietro <webmad75 at gmail.com> wrote:
> Hi all.
> I'm looking for a way to empty user's trash folder.
> Can message deletion or folder purging be scheduled?
>
> Thanks in advance.
>
> -Pietro.
>

Of course. Run a cron job to search, for example, for files older than
a certain date.

Delete all files in /cur which are older than 30 days:
/usr/bin/find /home/vmail/*/.Junk/cur -mtime +30 -type f -daystart
-exec rm '{}' \;

Hope that helps.

Kind regards,
Ronald.


-- 
Ronald MacDonald
http://www.rmacd.com/
0777 235 1655


More information about the dovecot mailing list