[ingo] Cannot add a rule

Paul van der Vlis paul at vandervlis.nl
Mon Jun 25 09:50:00 UTC 2007


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',
    ),
    'script' => 'sieve',
    'scriptparams' => array()
);
--------------

conf.php:
--------------------
<?php
/* CONFIG START. DO NOT CHANGE ANYTHING IN OR AFTER THIS LINE. */
// $Horde: ingo/config/conf.xml,v 1.13 2004/02/11 19:24:23 slusarz Exp $
$conf['menu']['apps'] = array('imp', 'ingo', 'kronolith');
$conf['storage']['driver'] = 'prefs';
$conf['storage']['maxblacklist'] = 0;
$conf['storage']['maxwhitelist'] = 0;
$conf['rules']['userheader'] = true;
$conf['rules']['usefolderapi'] = true;
/* CONFIG END. DO NOT CHANGE ANYTHING IN OR BEFORE THIS LINE. */
-------------------

telnet localhost 2000 says:
---------------
mail:/etc/horde/ingo1# telnet localhost 2000
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
"IMPLEMENTATION" "Cyrus timsieved v2.2.13-Debian-2.2.13-10"
"SASL" "PLAIN"
"SIEVE" "fileinto reject envelope vacation imapflags notify subaddress
relational comparator-i;ascii-nu meric regex"
OK
---------------



-- 
http://www.vandervlis.nl/



More information about the ingo mailing list