[Tickets #1664] Delete Vacation DB on Disable

bugs at bugs.horde.org bugs at bugs.horde.org
Thu Apr 7 09:27:11 PDT 2005


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

Ticket URL: http://bugs.horde.org/ticket/?id=1664
-----------------------------------------------------------------------
 Ticket             | 1664
 Updated By         | lecaptainc at itol.com
 Summary            | Delete Vacation DB on Disable
 Queue              | Ingo
 Version            | 1.0.1
 State              | Feedback
 Priority           | 2. Medium
 Type               | Enhancement
 Owners             | 
-----------------------------------------------------------------------


lecaptainc at itol.com (2005-04-07 09:27) wrote:

Currently I'm using the 'prefs' driver, which is then using a vfs driver:

It does work, it writes the .procmailrc script just fine, and the vacation
database shows up, it's just not deleted when I choose to disable the
vacation message in Ingo.

backends.php:

$backends['procmail'] = array(
    'driver' => 'vfs',
    'preferred' => 'domain.com',
    'hordeauth' => true,
    'params' => array(
        'hostspec' => 'ftp.domain.com',
        'procmailrc' => '.procmailrc',
        'port' => 21,
        'vfstype' => 'ftp'
    ),
    'script' => 'procmail',
    'scriptparams' => array(
        // What path style does the IMAP server use ['mbox'|'maildir']?
        'path_style' => 'mbox',
        'variables' => array(
            // Example for the $PATH variable
            // 'PATH' => '/usr/bin'
        )
    )
);




More information about the bugs mailing list