[Dovecot] Problem with sieve

Antoine Nguyen ngu.antoine at gmail.com
Mon Mar 19 14:27:08 EET 2012


2012/3/19 Cédric Jeanneret <cjeanneret at internux.ch>

> Hello List!
>
> I have a tiny-teeny problem with dovecot + sieve: it seems that the LDA
> doesn't run sieve, and thus doesn't filter my emails.
>
> Here's the sieve configuration:
>
> plugin {
>  # Used by both the Sieve plugin and the ManageSieve protocol
>  sieve=/var/local/vmail/%n/**dovecot.sieve
>  sieve_dir=/var/local/vmail/%n/**sieve
>  sieve_extensions = +notify +imapflags
> }
>
> The managesiege:
>
> protocol managesieve {
> # Specify an alternative address:port the daemon must listen on
> # (default: *:2000)
>  listen = localhost:2000
>  managesieve_logout_format = bytes ( in=%i : out=%o )
> }
> (this one is working fine, I can edit the filters through roundcube
> webmail, and the correct file (/var/local/vmail/%n/dovecot.**sieve) is
> edited)
>
> the lda part:
>
> protocol lda {
>  postmaster_address = foo at bar.com
>  mail_plugins = sieve
> }
>
> I think all is in place to allow dovecot to use sieve... ?
>
> One more thing:
>
> dovecot --version
> 1.2.15
>
>
> Any help will be welcomed :).
>
> Thanks in advance !
>
> Cheers,
>
> C.
>

Have you checked the MTA configuration. Does it use dovecot's LDA ?

Antoine


More information about the dovecot mailing list