From 8e15d2962e5c990830c4d902294aa47d9ad826a3 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Mon, 18 Jul 2011 14:18:43 +0200 Subject: Temporarily disable the cache for issues with multi-threading, and memory load upon high throughput --- bin/kolab_smtp_access_policy.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin') diff --git a/bin/kolab_smtp_access_policy.py b/bin/kolab_smtp_access_policy.py index 5aa9073..9e29c11 100644 --- a/bin/kolab_smtp_access_policy.py +++ b/bin/kolab_smtp_access_policy.py @@ -118,6 +118,9 @@ try: log.error(_("Kolab SMTP Access Policy Cache not writeable!")) cache = False + log.info(_("Kolab SMTP Access Policy Cache not enabled")) + cache = False + except ImportError: log.warning(_("Could not import caching library, caching disabled")) cache = False -- cgit v1.1