Dear All,

As the title,

$servers['imap'] = array(
    'name' => 'xxx',
    'server' => 'xxx',
    'hordeauth' => true,
    'protocol' => 'imap/notls',
    'port' => 143,
    'maildomain' => 'xxx',
    'smtphost' => 'xxx',
    'smtpport' => 25,
    'realm' => '',
    'preferred' => '',
    'quota' => array(
       'driver' => 'command',
         'params' => array(
        'quota_path' => 'sudo quota',
        'grep_path' => 'sudo grep',
           'partition' => '/dev/sda2'
       ),
   ),
);

Mine is Linux FC6 System, the path of /dev/sda2 is mapping to 
/var/spool/mail.

Thanks !

Edward.
-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to