Yes, you can use flat file dict with expire as well, but its performance
probably won't be very good. It was designed for small files. Maybe use
sqlite instead?
On Mon, 2010-10-25 at 16:19 -0200, Thiago Henrique wrote:
> Thanks!
>
> doveadm-expunge works fine! Now I want to improve performance. I
Thanks!
doveadm-expunge works fine! Now I want to improve performance. Is there
flat file dict to Expire plugin like Quota ?
Thanks
--
Thiago Henrique
Em Seg, 2010-08-02 às 15:41 +0100, Timo Sirainen escreveu:
> On Mon, 2010-08-02 at 10:33 -0300, Thiago Henrique wrote:
>
> > Cyrus has a settin
On Mon, 2010-08-02 at 10:33 -0300, Thiago Henrique wrote:
> Cyrus has a setting that purge the emails from a mailbox under a
> pre-defined criteria. For example:
>
> EVENTS {
> ...
> # At 12:01 delete messages older than 60 days in SPAM folder
> deletespam cmd="ipurge -d 60 -f user/*/SPAM" a
Hello,
I use Cyrus in my mailservers and I intend to migrate it to Dovecot.
Cyrus has a setting that purge the emails from a mailbox under a
pre-defined criteria. For example:
EVENTS {
...
# At 12:01 delete messages older than 60 days in SPAM folder
deletespam cmd="ipurge -d 60 -f user/*/SP