diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-07-31 20:22:36 +0100 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-07-31 20:22:36 +0100 |
commit | 42b408fcc6ca18ff9d6fb685a53448de6632de3b (patch) | |
tree | b9b4c66534bffd2500539a0029a2739ee13f52a1 /share | |
parent | 0cf9188421d5c66ec0e2405854e5e06b610218be (diff) | |
download | pykolab-42b408fcc6ca18ff9d6fb685a53448de6632de3b.tar.gz |
Disable squatter for new setups, or messages go missing
Diffstat (limited to 'share')
-rw-r--r-- | share/templates/cyrus.conf.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/templates/cyrus.conf.tpl b/share/templates/cyrus.conf.tpl index 8746bdb..9a4a17a 100644 --- a/share/templates/cyrus.conf.tpl +++ b/share/templates/cyrus.conf.tpl @@ -50,5 +50,5 @@ EVENTS { tlsprune cmd="tls_prune" at=0400 # Create search indexes regularly - squatter cmd="squatter -s -i" at=0530 + #squatter cmd="squatter -s -i" at=0530 } |