[horde] Sieve with Ingo

S. Kremer sk71 at gmx.de
Wed Oct 3 16:08:05 UTC 2012


Hi,

did you disable or delete the examples in backends.php?

/* IMAP Example */
$backends['imap'] = array(
    // ENABLED by default
    'disabled' => true,
    'transport' => 'null',
    'hordeauth' => true,
    'params' => array(),
    'script' => 'imap',
    'scriptparams' => array(),
    'shares' => false
);
...

Am 03.10.2012 16:36, schrieb Nicolas Fo:
> Hello everyone !
> 
> I have a mail server (Postfix, Dovecot) with sieve server.
> 
> On a another server, I installer Horde Groupware.
> 
> Everything is working fine (authentication using LDAP, IMP
> authentication via Horde authentication...)
> 
> I'm trying to setup Ingo to use mail server's Sieve, but nothing seems
> to work.
> 
> I create a backends.local.php in "config" Ingo directory, looks like this :
> 
> $backends['sieve'] = array(
>     'disabled' => false,
>     'transport' => 'timsieved',
>     'hordeauth' => 'full',
>     'params' => array(
>         'hostspec' => 'FQDN_mail_server or IP',
>         'logintype' => 'PLAIN',
>         'usetls' => false,
>         'port' => 4190,
>         'debug' => true,
>     ),
>     'script' => 'sieve',
>     'scriptparams' => array(
>         'utf8' => false,
>      ),
>     'shares' => false
> );
> 
> Horde doesn't consider this config file and still use mysql to store
> sieve rules. Even, I can't config anything else than Mysql storage in
> "configuration" admin panel.
> 
> Something wrong in my configuration ?
> 
> Thanks in advance
> 
> Nicolas


More information about the horde mailing list