Re: [ext] Re: expunge not removing attachments?

2019-02-12 Thread Ralf Hildebrandt via dovecot
* @lbutlr via dovecot : > I had problems with this a few years ago, and resorted to simply using find > to remove the files from the file system > > /usr/bin/find /usr/local/virtual/*/.Junk*/{cur,new} -type f -mtime +7 -name > “*=*" -delete 2> /dev/null > /usr/bin/find

Re: expunge not removing attachments?

2019-02-12 Thread @lbutlr via dovecot
On 12 Feb 2019, at 03:45, Ralf Hildebrandt via dovecot wrote: > 201629 of 301900 (66.7%) files are modified (mtime) more than 5 days ago, > although I just purged everything older than 4 days? I had problems with this a few years ago, and resorted to simply using find to remove the files from

Re: [ext] expunge not removing attachments?

2019-02-12 Thread Ralf Hildebrandt via dovecot
* Ralf Hildebrandt : > I have a large mail backup folder backup@backup.invalid; I'm cleaning > up daily like this: > > infimum=`date -d "-4 day" +"%Y-%m-%d"` > doveadm expunge -u backup@backup.invalid mailbox INBOX SAVEDBEFORE $infimum > doveadm purge -u backup@backup.invalid > > yet I see

expunge not removing attachments?

2018-05-30 Thread Ralf Hildebrandt
I have a large mail backup folder backup@backup.invalid; I'm cleaning up daily like this: infimum=`date -d "-4 day" +"%Y-%m-%d"` doveadm expunge -u backup@backup.invalid mailbox INBOX SAVEDBEFORE $infimum doveadm purge -u backup@backup.invalid yet I see this: # find attachments/ -type f