//140procmail
/* Procmail Example */
//$backends['procmail'] = array(
//    'driver' => 'vfs',
//    'preferred' => 'example.com',
//    'hordeauth' => true,
//    'params' => array(  
//        // Hostname of the VFS server
//        'hostspec' => 'ftp.example.com',
//        // Name of the procmail config file to write
//        'filename' => '.procmailrc',
//        // Port of the VFS server   
//        'port' => 21,
//        // The VFS driver to use
//        'vfstype' => 'ftp'
//        // The VFS username to use, defaults to current user
//        // 'username' => 'user',
//        // The VFS password to use, defaults to current user's password
//        // 'password' => 'secret',
//       // The path to the .procmailrc filter file, defaults to the current
//        // user's home directory.
//        // You can use the following variables:
//        //   %u = name of the current user
//        //   %U = the 'username' from above
//        // Example:
//        //   '/data/procmail/filters/%u/'
//        //   This would be translated into:
//        //   '/data/procmail/filters/<logged_in_username>/.procmailrc'
//        // 'vfs_path' => '/path/to/procmail/',
//    ),
//    'script' => 'procmail',
//    'scriptparams' => array(
//        // What path style does the IMAP server use ['mbox'|'maildir']?
//        'path_style' => 'mbox',
//       // 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',
//           // Example for the $DEFAULT variable
//            // 'DEFAULT' => '$HOME/Maildir',
//       )
//    )
//);   

