D G Teed | 4 Jun 2007 22:20
Picon

Re: Current status on multiple backends for sieve?

Thanks for that code on backends.php .  Looks like it could work.
It probably does, but I'm having a problem authenticating
to a server which I thought I had working before.
I can connect to it with sieveshell on the remote cyrus server,
but saving a forward there shows the error in the browser:

 There was an error activating the script. The driver said: Failed to
connect, server said: "Authenticate first"

I've increased the logging in horde and I can't see any more detail.
I don't see anything in the apache error log relating to this failure.

On imapd.log on the remote box, there is no indication of a problem.
I see sometimes an entry related to timseived, but no errors.

Jun  4 17:15:23 campus timsieved[80628]: login: campus.mydomain[x.x.x.x]
donaldtest LOGIN User logged in
Jun  4 17:17:42 campus master[80666]: about to exec
/usr/local/cyrus/bin/timsieved
Jun  4 17:17:42 campus service-sieve[80666]: executed

Are there any suggestions on how I can debug ingo further?

--Donald

On 5/30/07, Rafael Varela Pet <srrafa@...> wrote:
>
> Hi,
> El mié, 30-05-2007 a las 09:29 -0300, D G Teed escribió:
>
(Continue reading)

Rafael Varela Pet | 5 Jun 2007 13:49
Picon
Favicon

Re: Current status on multiple backends for sieve?

Hi,

El lun, 04-06-2007 a las 17:20 -0300, D G Teed escribió:

> Thanks for that code on backends.php .  Looks like it could work.
> It probably does, but I'm having a problem authenticating
> to a server which I thought I had working before.

It should work. Is has been working in our production servers for
several months. Maybe you should try first with only one backend defined
in backends.php and, if it works OK, then paste it on my code.

> I can connect to it with sieveshell on the remote cyrus server, 
> but saving a forward there shows the error in the browser:
> 
>  There was an error activating the script. The driver said: Failed to
> connect, server said: "Authenticate first"
> I've increased the logging in horde and I can't see any more detail. 
> I don't see anything in the apache error log relating to this failure.

> Are there any suggestions on how I can debug ingo further?

If I recall correctly, I think I has been some issues in the past with
the PEAR module Net_Sieve on wich Ingo relies, but, first of all, it
would be useful to see your full sieve backend definition.

Regards,

--

-- 
Rafael Varela Pet
(Continue reading)

D G Teed | 5 Jun 2007 15:58
Picon

How to debug sieve error "Authenticate first"

Hi,

I once had this working, but now 2 remote backends are failing for me.
I've tested the problem with a single backends.php entry.  For localhost
it works OK.  For 2 remote cyrus servers, viewing the forward fails
to display the current content.  Entering a forward fails with:

[image: Success]  Changes saved.

[image: Error]  There was an error activating the script. The driver said:
Failed to connect, server said: "Authenticate first"

Testing with the list command and sieveshell I can connect
to the remote machines OK.  The remote machines are running cyrus.
$ sieveshell -u myuser -a myuser campus
connecting to campus
Please enter your password:
> list
ingo  <- active script

When the forward is saved from ingo, the remote cyrus is logging activity,
but no error:
Jun  5 10:48:58 campus service-sieve[85739]: accepted connection
Jun  5 10:48:58 campus master[86010]: about to exec
/usr/local/cyrus/bin/timsieved
Jun  5 10:48:58 campus service-sieve[86010]: executed
Jun  5 10:48:58 campus master[80561]: process 85739 exited, status 75

Does anyone have a suggestion on how to debug what is going wrong?

(Continue reading)

Jan Schneider | 18 Jun 2007 10:09
Favicon
Gravatar

WG: RE: [sork] Vacation GUI


----- Weitergeleitete Nachricht von admin@... -----
      Datum:  Mon, 18 Jun 2007 08:23:28 -0700
        Von: "Sebuliba Peter(IFPRI)" <admin@...>
    Betreff:  RE: [sork] Vacation GUI
         An: 'Jan Schneider' <jan@...>

Ingo only displays to filters Black List and White List. How do I activate
the rest?

Thanks

Peter

-----Original Message-----
From: sork-bounces@...
[mailto:sork-bounces@...] On
Behalf Of Jan Schneider
Sent: Wednesday, June 13, 2007 2:31 AM
To: sork@...
Subject: Re: [sork] Vacation GUI

Zitat von Arto Saraniva <arto.saraniva@...>:

> Hello,
>
> We have configured successfully vacation with LDAP to the latest
> stable version
> of Horde & Imp. It was a pleasure to notice that vacation has support for
> Vacation start and end date. What is however missing, is possibility
(Continue reading)

Paul van der Vlis | 25 Jun 2007 11:50
Picon

Cannot add a rule

Hello,

I have a problem with Ingo 1.1.2 in combination with Cyrus 2.2.13
(Debian Etch packages).

Whwn I add a rule in Ingo I see a blank page and nothing is added to
/var/spool/sieve.

Imp and Kronolith are working fine. I don't understand what's wrong.

In another installation with Cyrus 2.1.18 and Ingo 1.1.1 everything
works fine.

With regards,
Paul van der Vlis.

backends.php:
------------
<?php
$backends['sieve'] = array(
    'driver' => 'timsieved',
    'preferred' => 'localhost',
    'hordeauth' => true,
    'params' => array(
        'hostspec' => 'localhost',
        'logintype' => 'PLAIN',
        'usetls' => false,
        'port' => 2000,
        'scriptname' => 'ingo',
    ),
(Continue reading)

Jan Schneider | 25 Jun 2007 18:46
Favicon
Gravatar

Re: Cannot add a rule

http://wiki.horde.org/FAQ/Admin/Troubleshoot?referrer=FAQ%2FAdmin#toc2

Zitat von Paul van der Vlis <paul@...>:

> Hello,
>
> I have a problem with Ingo 1.1.2 in combination with Cyrus 2.2.13
> (Debian Etch packages).
>
> Whwn I add a rule in Ingo I see a blank page and nothing is added to
> /var/spool/sieve.
>
> Imp and Kronolith are working fine. I don't understand what's wrong.
>
> In another installation with Cyrus 2.1.18 and Ingo 1.1.1 everything
> works fine.
>
> With regards,
> Paul van der Vlis.
>
>
> backends.php:
> ------------
> <?php
> $backends['sieve'] = array(
>     'driver' => 'timsieved',
>     'preferred' => 'localhost',
>     'hordeauth' => true,
>     'params' => array(
>         'hostspec' => 'localhost',
(Continue reading)

Paul van der Vlis | 26 Jun 2007 10:02
Picon

Re: Cannot add a rule

Jan Schneider schreef:
> http://wiki.horde.org/FAQ/Admin/Troubleshoot?referrer=FAQ%2FAdmin#toc2

Many thanks. My problem was a missing net_sieve PEAR module. Stupid that
I did not look in the Apache error log.

With regards,
Paul van der Vlis.

> Zitat von Paul van der Vlis <paul@...>:
> 
>> Hello,
>>
>> I have a problem with Ingo 1.1.2 in combination with Cyrus 2.2.13
>> (Debian Etch packages).
>>
>> Whwn I add a rule in Ingo I see a blank page and nothing is added to
>> /var/spool/sieve.
>>
>> Imp and Kronolith are working fine. I don't understand what's wrong.
>>
>> In another installation with Cyrus 2.1.18 and Ingo 1.1.1 everything
>> works fine.
>>
>> With regards,
>> Paul van der Vlis.
>>
>>
>> backends.php:
>> ------------
(Continue reading)


Gmane