[horde] Using ingo with Sieve
Ole Wolf
ole at naturloven.dk
Tue Jun 21 19:00:57 UTC 2011
On Tue, 2011-06-21 at 14:51 -0400, Jeff Cook wrote:
> It there a way to have Ingo or different module save to a sieve file?
I believe you set it up in the config/backends.php file. Mine includes
the following section:
$backends['sieve'] = array(
// Disabled by default
'disabled' => true,
'transport' => 'timsieved',
'hordeauth' => 'full',
'params' => array(
// Hostname of the timsieved server
'hostspec' => 'localhost',
// Login type of the server
'logintype' => 'PLAIN',
// Enable/disable TLS encryption
'usetls' => true,
// Port number of the timsieved server
'port' => 4190,
// 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' => 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
);
--
Ole Wolf
Rødhættevej 4 9400 Nørresundby
Telefon: 9632-0108 Mobil: 2467-5526 Skype: ole.wolf
More information about the horde
mailing list