[ingo] Driver authentication error

Emjay emjay_mp at yahoo.com
Fri Dec 23 01:49:36 UTC 2011



Thanks for you reply, Jan!

Below is the full contents of my backends.php, the sieve port configured is 2000:


<?php
$backends['sieve'] = array(
    'driver' => 'timsieved',
    'preferred' => "mydomain.net.ph",
    'hordeauth' => false,
    'params' => array(
        // Hostname of the timsieved server
        'hostspec' => "127.0.0.1",
        // Login type of the server
        'logintype' => 'LOGIN',
        // Enable/disable TLS encryption
        'usetls' => false,
        // Port number of the timsieved server
        'port' => 2000,
        // Name of the sieve script
        'scriptname' => ".dovecot.sieve",
    ),
    'script' => 'sieve',
    'scriptparams' => array(),
    'shares' => false
);


#netstat -panut|grep LIST
--snip--

tcp        0      0 127.0.0.1:2000              0.0.0.0:*                   LISTEN      -      


Thanks again!


Regards,

Emjay




________________________________
 From: Jan Schneider <jan at horde.org>
To: ingo at lists.horde.org 
Sent: Friday, December 23, 2011 1:49 AM
Subject: Re: [ingo] Driver authentication error
 

Zitat von Emjay <emjay_mp at yahoo.com>:

> Hello!
> 
> We are encountering the following error when modifying or adding anything in the vacation option:
> 
> There was an error deactivating the script. The driver said: "Authentication failed"
> 
> We are using timsieved as driver:
> 
> $backends['sieve'] = array(
>     'driver' => 'timsieved',
>     'preferred' => "mydomain.net.ph",
>     'hordeauth' => false,
>     'params' => array(
>         // Hostname of the timsieved server
>         'hostspec' => "127.0.0.1",
>         // Login type of the server
>         'logintype' => 'LOGIN',
> 
> Pysieved is running and listening on port 2000.

And did you configure that port in Ingo too? The default Sieve port is 4190.

If you did, check pysieved's log.

Jan.

--Do you need professional PHP or Horde consulting?
http://horde.org/consulting/

--Ingo mailing list
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: ingo-unsubscribe at lists.horde.org


More information about the ingo mailing list