Remove defaults.

This commit is contained in:
Nolan Darilek 2024-12-31 13:44:16 -06:00
parent f111879b6e
commit 575dd8a7ed

View File

@ -92,13 +92,11 @@
}; };
certificateScheme = "acme"; certificateScheme = "acme";
enableManageSieve = true; enableManageSieve = true;
indexDir = "/var/lib/dovecot/indices";
fullTextSearch = { fullTextSearch = {
enable = true; enable = true;
# index new email as they arrive
autoIndex = true;
# this only applies to plain text attachments, binary attachments are never indexed # this only applies to plain text attachments, binary attachments are never indexed
indexAttachments = true; indexAttachments = true;
enforced = "body";
}; };
}; };