[imp] how to disable imp quota in backends.local.php

Michael J Rubinsky mrubinsk at horde.org
Thu Jul 23 01:46:37 UTC 2015


Quoting Samuel Wolf <samuel at sheepflock.de>:

> Hi,
>
> I have a lot of the quota warnings in my horde.log:
> 2015-07-22T08:49:20+00:00 ERR: HORDE [imp] Speicherplatz-Kontingent  
> konnte nicht gelesen werden [pid 25515 on line 47 of  
> "/var/www/https/horde/imp/lib/Quota/Imap.php"]
>
> How to disable the quota check in my backends.local.php?
> Try $servers['advanced']['quota'] = false; but does not work.
> What mean "Set to an empty value to disable quota status (DEFAULT)."?
>
> <?php
> $servers['imap']['disabled'] = true;
> $servers['advanced']['disabled'] = false;
> $servers['advanced']['hostspec'] = 'localhost';
> $servers['advanced']['hordeauth'] = false;
> $servers['advanced']['protocol'] = 'imap';
> $servers['advanced']['port'] = 143;
> $servers['advanced']['secure'] = 'false';
> $servers['advanced']['acl'] = true;
> $servers['advanced']['cache'] = false;
> $servers['advanced']['autocreate_special'] = true;

Looks like it works as expected in Git master, but the quota code was  
completely rewritten. Try something like this in in your .local file:

unset($servers['advanced']['quota']);

-- 
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5869 bytes
Desc: S/MIME Signature
URL: <http://lists.horde.org/archives/imp/attachments/20150722/b03c5014/attachment.bin>


More information about the imp mailing list