[Dovecot] When should dictionary entries for the expire plugin be added/updated?

Timo Sirainen tss at iki.fi
Tue Aug 24 23:06:25 EEST 2010


On Tue, 2010-08-24 at 21:20 +0200, Ralph Seichter wrote:
> Sure enough, I forgot to add
> 
>   protocol imap {
>     mail_plugins = expire
>   }
> 
> to my configuration.

Even better, make it global so all programs (like doveadm) will use it:

mail_plugins = expire
protocol lda {
  mail_plugins = $mail_plugins sieve
}




More information about the dovecot mailing list