[horde] Sieve problem
Jan Schneider
jan at horde.org
Sat Apr 5 08:25:53 UTC 2008
Zitat von MarkatOSI <buy at mark.net>:
>
> I'm using horde stable and i also have an install of horde RC2 and RC3 They
> all exhibit the same behavior
>
> I'm attempting to get sieve working with my cyrus imap server 2.3.7-1.1.el5
> on Centos 5.1
> I have edited my backend.php file
>
> /* Sieve Example */
> $backends['sieve'] = array(
> 'driver' => 'timsieved',
> 'preferred' => 'localhost',
> 'hordeauth' => true,
> 'params' => array(
> // Hostname of the timsieved server
> 'hostspec' => 'localhost',
> // 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.
> // 'admin' => 'cyrus',
> // 'password' => '******',
> // 'username' => Auth::getAuth(),
> ),
> 'script' => 'sieve',
> 'scriptparams' => array()
> );
>
> I have edited the conf.php file as i didn't see a drop down item for
> anything other that "prefs" in the horde administration window for ingo
For a good reason.
> So what am I doing wrong? I have zero programming experience with PHP
Then why do you change configuration items to arbitrary values? Read
docs/INSTALL and use the configuration frontend for conf.php.
Jan.
--
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/
More information about the horde
mailing list