[ingo] Problems with Ingo HEAD & VFS
Jan Schneider
jan at horde.org
Wed Oct 22 01:47:11 PDT 2003
Please keep discussions on the list.
Zitat von Kristof Pelckmans <kristof.pelckmans at antwerpen.be>:
> > Because it is correctly implemented in the various VFS drivers. You
> need to
> > configure the correct vfstype and its paramaters in
> > ingo/config/backends.php.
>
> This is what I did. I'm using the ftp driver, and indeed writeData is
> implemented. However, I'm still getting this error. This is what my
> backends.php looks like :
> <?php
> /* Procmail Example */
> $backends['procmail'] = array(
> 'driver' => 'vfs',
> 'preferred' => '',
> 'hordeauth' => true,
> 'params' => array(
> // Hostname of the VFS server
> 'hostspec' => 'localhost',
> // Name of the procmail config file to write
> 'procmailrc' => '.procmailrc.horde',
> // Port of the VFS server
> 'port' => 21,
> // The VFS driver to use
> 'vfstype' => 'ftp'
> ),
> 'script' => 'procmail',
> 'scriptparams' => array(
> // What path style does the IMAP server use ['mbox'|'maildir']?
> 'path_style' => 'maildir'
> )
> );
Looks good. Make sure that you removed or commented out the other backends.
Another backend than this one might be used.
Jan.
--
http://www.horde.org - The Horde Project
http://www.ammma.de - discover your knowledge
http://www.tip4all.de - Deine private Tippgemeinschaft
More information about the ingo
mailing list