[horde] Problem of Quota Support ( Quota Display )

edwardspl at ita.org.mo edwardspl at ita.org.mo
Sun Sep 30 16:48:01 UTC 2007


Dear All,

I just updated the horde / imp to the final version....
Mine is FC6 System ( php / pear come with it )!
But we can't enable the function as the title and as the following :

1,  Unable to retrieve quota

2, imp/config/servers.php :

$servers['cyrus'] = array(
    'name' => 'xxx',
    'server' => 'xxx',
    'hordeauth' => false,
    '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'  => 'grep',
            'partition'  => '/dev/sda2'
    )
    )
);

So, please help to solve the problem, thanks !

Edward.


More information about the horde mailing list