[ingo] what do I have to do to save maildrop scripts on the server?

Leland J. Steinke steinkel at ctinetworks.com
Wed Oct 3 17:54:02 UTC 2007


Leland J. Steinke wrote:
> 
> How do maildrop .mailfilter files get updated?  Where do I tell Ingo to 
> use the maildrop stanza defined in backends.php?  How/where is 
> backends.php called to push out the updates?  Is there a cron job I need 
> to set up or does it happen automatically?
> 
Well, I figured out my error.  $backends['maildrop']:preferred is the 
horde server name and not the destination FTP server name.

Are there any reports of params:pasv value being ignored?  I have my 
horde server's built-in firewall locked down but I am unable to get it 
to do passive FTP connections to the VFS FTP server.  Here is my 
backends.php testing stanza:

$backends['maildrop'] = array(
     'driver' => 'vfs',
     'preferred' => 'horde.ctinetworks.com',
     'hordeauth' => true,
     'params' => array(
         'hostspec' => 'user.pa.net',
         'filename' => '.mailfilter',
         'port' => 21,
         'pasv' => true,
         'vfstype' => 'ftp',
     ),
     'script' => 'maildrop',
     'scriptparams' => array(
         'path_style' => 'maildir',
         'variables' => array()
     )
);

This is so close!


Leland
-- 
Leland Steinke
Network Engineer
CTI Networks, Inc.


More information about the ingo mailing list