[Tickets #2016] 'scriptparams[variables]' Setting in config/backends.php Not Being Used

bugs@bugs.horde.org bugs at bugs.horde.org
Mon May 23 11:29:13 PDT 2005


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=2016
-----------------------------------------------------------------------
 Ticket             | 2016
 Updated By         | derek at battams.ca
 Summary            | 'scriptparams[variables]' Setting in config/backends.php Not Being Used
 Queue              | Ingo
 Version            | 1.0.1
 State              | Feedback
 Priority           | 2. Medium
 Type               | Bug
 Owners             | Ben Chavet
-----------------------------------------------------------------------


derek at battams.ca (2005-05-23 11:29) wrote:

$backends['procmail'] = array(
    'driver' => 'vfs',
    'preferred' => 'battams.ca',
    'hordeauth' => true,
    'params' => array(
        // Hostname of the VFS server
        'hostspec' => 'localhost',
        // Name of the procmail config file to write
        'procmailrc' => '.procmailrc',
        // 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',
        // An array of variables to append to every generated script.
        // Use if you need to set up specific environment variables.
        'variables' => array(
            // Example for the $PATH variable
            // 'PATH' => '/usr/bin'
            'LOGFILE' => '$HOME/.procmail.log'
        )
    )
);




More information about the bugs mailing list