[ingo] Filters with maildrop

Luiz Morte morte at chsti.com
Sun Jan 29 14:31:25 PST 2006


Hi, I have some questions about how to use maildrop.

I´m trying to use a maildrop with a "new" driver. This driver will write
the mailfilter file in the same server
of horde aplication.

I suppose I need the follow steps:

1. Make changes in the backends.php file:

if ($GLOBALS['conf']['kolab']['enabled']) {
    $backends['kolab'] = array(
        'driver' => 'local',
        'preferred' => '',
        'hordeauth' => 'full',
        'params' => array(
            'hostspec' => $GLOBALS['conf']['kolab']['imap']['server'],
            'logintype' => 'PLAIN',
            'port' => $GLOBALS['conf']['kolab']['imap']['sieveport'],
            'scriptname' => 'kmail-vacation.siv'
        ),
        'script' => 'maildrop',
        'scriptparams' => array()
    );
}


2. Write a file called ingo/lib/Driver/local.php

I don´t know what I need to do to ingo call the new driver because ingo
always call the vfs driver

Thanks for any help.
Luiz

P.S.: I´ve seen in the list someone talking about this before.



More information about the ingo mailing list