[ingo] Help wanted with backend configuration
VALOIS, Pascal
pascal.valois at devinci.fr
Tue Apr 26 07:55:52 UTC 2011
Le 16/04/2011 11:49, Jan Schneider a écrit :
>
> Zitat von "VALOIS, Pascal" <pascal.valois at devinci.fr>:
>
>> I configured the following backend.local.php in ingo to add filter
>> support with sieve.
>> But when i modify filters, i see imap2 connexion to the server and no
>> connection to timsieve (port 2000).
>>
>> Is there anything wrong with this backend ?
>
> No, but with your configuration. config/backends.php contains an
> example right at the top how to enable and disable backends.
>
sorry to bother, but i don't understand what's wrong in my
configuration. on cyrus 2.2, sieve is on port 2000, so i changed the
servername, the ports, tried usetls=false to be able to analyse tcp
stream, but no connection is made from the server where ingo is
installed to the cyrus server.
here again is my backend configuration :
<?php
$backends['sieve'] = array(
// Disabled by default
'disabled' => false,
'transport' => 'timsieved',
'hordeauth' => 'full',
'params' => array(
// Hostname of the timsieved server
'hostspec' => 'helios',
//'hostspec' => $registry->mail->server(),
// Login type of the server
'logintype' => 'PLAIN',
// Enable/disable TLS encryption
'usetls' => false,
// Port number of the timsieved server
'port' => 2000,
// Name of the sieve script
'scriptname' => 'ingo',
// The following settings can be used to specify an administration
// user to update all users' scripts. If you want to use an admin
// user, you also need to disable 'hordeauth' above. You have
to use
// an admin user if you want to use shared rules.
// 'username' => 'cyrus',
// 'password' => '*****',
// 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' => true,
),
'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
);
?>
can someone help me ?
--
Pascal Valois
Service Informatique
Pôle Universitaire Leonard de Vinci
More information about the ingo
mailing list