diff options
-rw-r--r-- | share/templates/cyrus.conf.tpl | 2 | ||||
-rw-r--r-- | share/templates/imapd.conf.tpl | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/share/templates/cyrus.conf.tpl b/share/templates/cyrus.conf.tpl index 1d9b4c7..8c781e7 100644 --- a/share/templates/cyrus.conf.tpl +++ b/share/templates/cyrus.conf.tpl @@ -38,6 +38,6 @@ EVENTS { # this is only necessary if caching TLS sessions tlsprune cmd="tls_prune" at=0400 - # Create search indexes regularly + # Create search indexes regularly (remove -s for cyrus 3+) #squatter cmd="squatter -s -i" at=0530 } diff --git a/share/templates/imapd.conf.tpl b/share/templates/imapd.conf.tpl index 0703a22..aaaf3c2 100644 --- a/share/templates/imapd.conf.tpl +++ b/share/templates/imapd.conf.tpl @@ -48,3 +48,5 @@ deletedprefix: DELETED delete_mode: delayed expunge_mode: delayed postuser: shared +# on systems with cyrus 3+ specify search engine +# search_engine: squat |