[Tickets #2228] procmail with Maildir does not work
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Jul 6 06:59:45 PDT 2005
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/?id=2228
-----------------------------------------------------------------------
Ticket | 2228
Updated By | micha at kovoks.nl
Summary | procmail with Maildir does not work
Queue | Ingo
Version | 1.0.1
State | Feedback
Priority | 2. Medium
Type | Bug
Owners | Ben Chavet
-----------------------------------------------------------------------
micha at kovoks.nl (2005-07-06 06:59) wrote:
We are using horde/imp/ingo for several years now with procmail/maildir. But
this was a new installation and the 'problem' does not exists if you have
set the 'variables' correct. But I forgot that that was nessecery and I
dindn't find it logical. backends.php is following:
$backends['procmail'] = array(
'driver' => 'vfs',
'preferred' => 'artserver',
'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
'LOGFILE' => '$HOME/procmail.log'
)
)
);
More information about the bugs
mailing list