[horde] How can I setup sieve in Horde Groupware Webmail Edition 5.0.2?

"[SOLTECSIS] Carles Xavier Munyoz Baldó" carles at unlimitedmail.org
Mon Dec 3 17:52:52 UTC 2012


Hello,
I'm trying to setup sieve for my Horde Groupware Webmail Edition 5.0.2, 
but it doesn't go.

This is the contents of my ingo/config/backends.local.php file:
[...]
<?php
$backends['sieve'] = array(
     'disabled' => false,
     'transport' => 'timsieved',
     'preferred' => '10.99.4.151',
     'params' => array(
         // Hostname of the timsieved server
         'hostspec' => '10.99.4.151',
         // Login type of the server
         //'logintype' => 'PLAIN',
         //'logintype' => 'CRAM-MD5',
         'logintype' => 'DIGEST-MD5',
         // Enable/disable TLS encryption
         'usetls' => true,
         // Port number of the timsieved server
         'port' => 4190,
         // Name of the sieve script
         'scriptname' => 'ingo',
         // Enable debugging. With Net_Sieve 1.2.0 or later, the sieve 
protocol
         // communication is logged with the DEBUG level. Earlier versions
         // print the log to the screen.
         'debug' => false,
     ),
     'script' => 'sieve',
     '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,
      ),
     'shares' => false
);
[...]

Is it correct?

Best regards.
========================================
SOLTECSIS SOLUCIONES TECNOLOGICAS, S.L.
Carles Xavier Munyoz Baldó
Departamento de Tecnología
Tel./Fax: 966 446 046
cmunyoz at soltecsis.com
www.soltecsis.com
========================================

---
La información contenida en este e-mail es confidencial,
siendo para uso exclusivo del destinatario arriba mencionado.
Le informamos que está totalmente prohibida cualquier
utilización, divulgación, distribución y/o reproducción de
esta comunicación sin autorización expresa en virtud de la
legislación vigente. Si ha recibido este mensaje por error,
le rogamos nos lo notifique inmediatamente por la misma vía
y proceda a su eliminación.
---


More information about the horde mailing list