[imp] Re: Can't get Ingo to do my filtering

Michael M Slusarz slusarz at bigworm.colorado.edu
Mon Jun 16 15:30:28 PDT 2003


Quoting Ruben van der Steenhoven <ruben_donotspamme at webmeesters.net>:

| I think i am on a track now Michael, i think it has to do with
| backends.php
| i came to this conclusion after finding out that
| $_SESSION['ingo']['script_categories'] returns nothing.
|
| I think that file needs some modifications not documented.
| I tried this set-up in backends.php:
|
| $backends['vfs'] = array(
|      'driver' => 'vfs',
|      'preferred' => 'localhost',
|      'script' => 'procmail',
|      'hordeauth' => 'user',
|      'params' => array('procmailrc' => '.procmailrc',
|                        'vfstype' => 'ftp',
|                        'hostspec' => 'localhost',
|                        'port' => 21));
|
| first of all: why use ftp as vfstype?

This is the Horde_VFS driver to use.  See horde/lib/VFS/.  This is the way
your procmail script is downloaded to the server.

|    What user/password combination would be used?

If using ftp, whatever the user/pass combo is for 'hostspec'.

|    Can i set this to sql?

No.

|    Do i need special settings in .procmailrc?

No.  ingo generates the .procmailrc for you.

michael

______________________________________________
Michael Slusarz [slusarz at bigworm.colorado.edu]
The University of Colorado at Boulder


More information about the imp mailing list