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
}


Reply via email to