Beim anlegen einen neuen Kontaktes kommt die Meldung:
Quota für Kontakte überschritten. Quota-Limit: 250000. Belegt: 271854. Bitte löschen Sie einige Kontakte, um Platz für neue zu schaffen. Bitte beachten: Die Quota bezieht sich auf alle Kontakte aller Benutzer in diesem Kontext. (QUOTA-0003, -1762791016-130902)
...
# Specifies the quota for the number of contacts that are allowed being created within a single context (tenant-wise scope).
#
# The purpose of this quota is to define a rough upper limit that is unlikely being reached during normal operation.
# Therefore it is rather supposed to prevent from excessive item creation (e.g. a synchronizing client running mad),
# but not intended to have a fine-grained quota setting. Thus exceeding that quota limitation will cause an appropriate
# exception being thrown, denying to further create any contact in affected context.
#
# Default is 250.000
com.openexchange.quota.contact=250000
Den Kommentar hab ich zum Nachdenken mitgenommen. Wenn das ein größeres System ist, kann es sicher sein, dass so viele Kontakte sind, ansonsten sollte man mal schauen.
Man sieht es nicht sofort, aber es gibt einen Mechanismus zum Setzen von Variablen in den .properties über UCR.
Warning: the value “com.openexchange.quota.contact” has been set via UCR variable “ox/cfg/quota.properties/com.openexchange.quota.contact” - please alter the UCR variable instead