[horde] Ingo with sieve not working

OVi C csoft2k5 at gmail.com
Tue Nov 20 16:27:29 UTC 2012


On Mon, Nov 19, 2012 at 6:58 PM, Ole Wolf <wolf at blazingangles.com> wrote:

> 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.
>
>
> --
> Horde mailing list
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: horde-unsubscribe at lists.horde.org
>
>
The .dovecot.sieve is just a symlink pointing to the ingo script in the
sieve folder. I've also tried your approach and still nothing happens.

Nov 20 18:21:04 managesieve-login: Info: Login: user=<testuser>,
method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=2982, secured
Nov 20 18:21:04 managesieve(testuser): Debug: Effective uid=8, gid=12,
home=/maildir/testuser
Nov 20 18:21:04 managesieve(testuser): Debug: maildir++:
root=/maildir/testuser, index=, control=, inbox=/maildir/testuser
Nov 20 18:21:04 managesieve(testuser): Debug: sieve-storage: using active
sieve script path: /maildir/testuser/sieve/ingo
Nov 20 18:21:04 managesieve(testuser): Debug: sieve-storage: using sieve
script storage directory: /maildir/testuser/sieve
Nov 20 18:21:04 managesieve(testuser): Debug: sieve-storage: using
permissions from /maildir/testuser/sieve: mode=0700 gid=-1
Nov 20 18:21:04 managesieve(testuser): Debug: sieve-storage: relative path
to sieve storage in active link:
Nov 20 18:21:04 managesieve(testuser): Info: sieve-storage: nothing to
rescue /maildir/testuser/sieve/ingo.
Nov 20 18:21:04 managesieve(testuser): Info: Connection closed bytes=316/430


More information about the horde mailing list