[horde] Ingo with sieve not working

Ole Wolf wolf at blazingangles.com
Mon Nov 19 16:58:23 UTC 2012


You should probably first try to set 'utf8' => true, as explained in  
the comments in the backends.local.php file:

>     'scriptparams' => array(
>         // If using Dovecot or any other Sieve implementation that requires
>         // folder names to be UTF-8 encoded, set this parameter to true.
>         'utf8' => false,
>      ),

You should also configure Dovecot to read the correct file. Your  
Dovecot log indicates that Dovecot is attempting to read the file  
".dovecot.sieve" instead of the file you specified in  
backends.local.php ("ingo"):

> Nov 19 18:27:42 managesieve(testuser): Debug: sieve-storage: using
> active sieve script path: /maildir/testuser/.dovecot.sieve

I've specified the following configuration in  
/etc/dovecot/conf.d/90-sieve.conf:

plugin {
   sieve = ~/sieve/ingo
   sieve_dir = ~/sieve
   sieve_extensions = +imapflags
}

This will store the Ingo script in ~/sieve/ingo. You may not want the  
"~/sieve" directory; if so, modify the sieve and sieve_dir keys  
accordingly.

Your managesieve-login service and managesieve service are probably  
configured properly, considering that the Dovecot log indicates that  
managesieve is activated.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: PGP digital signatur
URL: <http://lists.horde.org/archives/horde/attachments/20121119/050cf34c/attachment.bin>


More information about the horde mailing list