5 Aug
2013
5 Aug
'13
4:10 p.m.
AWESOME!!!
I'm sorry I missed it! Now the table gets correctly updated. Now the question is: How should I configure the expires to be different for different boxes? I see that the expires plugin keeps the track of the oldest message on the boxes tracked, only. Should I configure cronjobs like this, for each mailbox to be expunged?
doveadm expunge -A mailbox Trash savedbefore <numdays>d
Thank you very much to you all!! :-)
Felix
On Monday 05 August 2013 13:45:18 Axel Luttgens wrote:
Le 5 août 2013 à 13:28, Axel Luttgens a écrit :
[...]
The first thing I would try is this one:
mail_plugins = quota zlib expire
Moreover, I guess you should also update your lmtp/lda sections:
protocol lmtp { mail_plugins = quota zlib sieve expire } protocol lda { mail_plugins = quota zlib sieve expire }
Axel