[ingo] Filters with maildrop

Luiz Morte morte at chsti.com
Mon Jan 30 08:01:31 PST 2006


Hi Jan,

What I want to know is: What I need to do to call a new driver. What
config file I need to change to do that.
I´ve looking for a doc about this, but I couldn´t find.

Thanks in advance,
Luiz Morte.

Jan Schneider wrote:
> Zitat von Luiz Morte <morte at chsti.com>:
>
>   
>> 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']) {
>>     
>
> How is this driver related to Kolab?
>
>   
>>     $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
>>     
>
> Because you still have a vfs configured driver as the default driver  
> in your backends.php.
>
> Jan.
>
>   



More information about the ingo mailing list