mail: Disable full text search for now
This commit is contained in:
parent
b1961fefdd
commit
564dff6b14
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ in
|
||||||
};
|
};
|
||||||
indexDir = "${config.chvp.cachePrefix}/var/lib/dovecot/indices";
|
indexDir = "${config.chvp.cachePrefix}/var/lib/dovecot/indices";
|
||||||
fullTextSearch = {
|
fullTextSearch = {
|
||||||
enable = true;
|
enable = false;
|
||||||
memoryLimit = 4000;
|
memoryLimit = 4000;
|
||||||
};
|
};
|
||||||
lmtpSaveToDetailMailbox = "no";
|
lmtpSaveToDetailMailbox = "no";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue