summaryrefslogtreecommitdiff
path: root/dovecot/conf.d/90-plugin.conf
diff options
context:
space:
mode:
Diffstat (limited to 'dovecot/conf.d/90-plugin.conf')
-rw-r--r--dovecot/conf.d/90-plugin.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/dovecot/conf.d/90-plugin.conf b/dovecot/conf.d/90-plugin.conf
new file mode 100644
index 0000000..0e7d219
--- /dev/null
+++ b/dovecot/conf.d/90-plugin.conf
@@ -0,0 +1,14 @@
+##
+## Plugin settings
+##
+
+# All wanted plugins must be listed in mail_plugins setting before any of the
+# settings take effect. See <doc/wiki/Plugins.txt> for list of plugins and
+# their configuration. Note that %variable expansion is done for all values.
+
+plugin {
+ #setting_name = value
+ fts = lucene
+ fts_lucene = whitespace_chars=@. default_language=danish
+ fts_autoindex=yes
+}