diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-09-16 19:20:06 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2012-09-16 19:20:06 +0100 |
commit | 21098a6cb023fa3cf95b1477d6e3e4608bfec6ff (patch) | |
tree | 987c4985a2b45671a3cd152778971c63733afb05 | |
parent | ec66f4ec0fd4b4c540e5ee66d5b91ff191a979c0 (diff) | |
download | pykolab-21098a6cb023fa3cf95b1477d6e3e4608bfec6ff.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 02d301d..72d2e19 100644 --- a/conf/kolab.conf +++ b/conf/kolab.conf @@ -147,7 +147,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 ; Section for Hosted client interface settings. This is not enabled by default. |