[Tickets #2228] procmail with Maildir does not work
bugs@bugs.horde.org
bugs at bugs.horde.org
Wed Jul 6 07:01:29 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 07:01) wrote:
And a previous/older working configuration:
$backends['procmail'] = array(
'driver' => 'vfs',
'preferred' => '',
'hordeauth' => 'full',
'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/sbin:/usr/bin:/bin',
'MAILDIR' => '$HOME/Maildir',
'DEFAULT' => '$MAILDIR/',
'SHELL' => '/bin/sh',
'TERM' => 'vt100',
'LOGFILE' => '$HOME/procmail.log'
)
)
);
More information about the bugs
mailing list