I've configured dovecot with a sieve filtering (also I've configured roundcube, but this does not matter I think).
It's working fine, I've set up some filters. But now I've got a huge unfiltered INBOX folder which I don't want to filter manually.
Is there any way to say: "Hey, sieve! Scan specified folder for specified user and invoke some filters on it!" ?
Sieve as plugin enabled for two protocols: lda and lmtp:
protocol lda {
mail_plugins = $mail_plugins sieve
}
protocol lmtp {
postmaster_address = postmaster@example.com
mail_plugins = sieve
}