[ingo] Ingo Installation Problem

Thorsten mailinglists at iea-hq.org
Thu Nov 3 05:04:15 PST 2005


Webserver:

Apache 2-2.0.50-7
Horde 3.0.4
Imp h3-4.0
ingo h3-1.0.2

Mailserver:
Postfix 2.1.5
Cyrus-Imap 2.2.8-6 mit sasl 2.1.19-5

Hy there,

we want to run Horde, Imp and Ingo for webmail access. Horde & Imp are
running well, but we are not able to configure Ingo.
We want to store sieve filter on our mailserver, so timsieved is the
filter-prg we want to use.
I installed ingo as described in the documentation, created a
config.php, everything fine.
I edited config/backends.php but it seems that ingo still uses local
filters.
When I configure Ingo as Administrator, I can't coose anything but
"prefs" at the option "What storage driver should we use".

Can anyone tell me how to get it working ?
And, btw, what is the ´logintype´ if we use sasl-authentification ?

I attached the backends.php at the end.

Thanks in advance,

Thorsten



/* Sieve Example */
$backends['sieve'] = array(
    'driver' => 'timsieved',
    'preferred' => 'mail.example.org',
    'hordeauth' => true,
    'params' => array(
        // Hostname of the timsieved server
        'hostspec' => 'mail.example.org',
        // Login type of the server
        'logintype' => 'PLAIN',
        // Port number of the timsieved server
        'port' => 2000,
        // Name of the sieve script
        'scriptname' => 'ingo'
    ),
    'script' => 'sieve',
    'scriptparams' => array()
);





More information about the ingo mailing list