diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-09-16 18:20:06 (GMT) |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-09-16 18:24:29 (GMT) |
commit | 6394ca55d3a9700515face96bbb52004fcda7086 (patch) | |
tree | 8266566592070660f29b08f48ea676e78542eb0b | |
parent | 81bd7ea54d90e3960e52b9dace99678a746db672 (diff) | |
download | pykolab-6394ca55d3a9700515face96bbb52004fcda7086.tar.gz |
Set the default retention time for policy enforcement caching to 1 day
-rw-r--r-- | conf/kolab.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/kolab.conf b/conf/kolab.conf index e9744d0..b402c54 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -132,7 +132,7 @@ auth_attributes = mail, alias, uid [kolab_smtp_access_policy] cache_uri = mysql://user:pass@localhost/database -cache_retention = 30 +cache_retention = 86400 address_search_attrs = mail, alias [kolab_wap] |