[ingo] Filters with maildrop

Jan Schneider jan at horde.org
Mon Jan 30 01:43:17 PST 2006


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.

-- 
Do you need professional PHP or Horde consulting?
http://horde.org/consulting/


More information about the ingo mailing list