Zitat von Michael J Rubinsky <mrubi...@horde.org>:

Quoting Samuel Wolf <sam...@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']);

Unfortunately not, at the moment I can not enable the horde logging.
Hope the ActiveSync problem is solved.


--
mike
The Horde Project
http://www.horde.org
https://www.facebook.com/hordeproject
https://www.twitter.com/hordeproject



--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to