[imp] Re: Courier-imap Quota (IMP-H3-4.0.2)
tapodufeu
aldric.feuillebois at essec.fr
Fri Mar 25 06:07:55 PST 2005
Same problem. I've tried many server.php settings.
I can see quota with thunderbird or OE.
Roland Obermayer a écrit :
> Any advice how to get the quota from courier-imapd?
>
> Horde-3.0.3, IMP-H3-4.0.2
>
> courier-quota is working (I can see it in thunderbird).
>
> I've got in the servers.php:
>
> 'quota' => array (
> 'driver' => 'courier',
> 'params' => array(
> 'login' => '',
> 'password' => ''
> )
> )
>
> And I tried to patch the lib/Quota/courier.php with the stuff I found
> on the list:
>
> #if (!empty($quota['limit'])) {
> # return array('usage' => $quota['usage'] * 1024,
> 'limit' => $quota['limit'] * 1024);
>
> if (!empty($quota['MESSAGE']['limit'])) {
> return array('usage' => $quota['MESSAGE']['usage'] *
> 1024, 'limit' => $quota['MESSAGE']['limit'] * 1024);
>
>
> But I still get "Unable to retrieve quota" - any ideas?
More information about the imp
mailing list