public
nobgit
read
NobMail
Based on mailcow: dockerized
Languages
Repository composition by tracked source files.
PHP
49%
JavaScript
35%
HTML
9%
CSS
4%
Shell
2%
Python
1%
Lua
0%
Perl
0%
Ruby
0%
SCSS
0%
Create file
Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git
Trace
data/conf/dovecot/conf.d/fts.conf
Trace helps you understand code history line by line. See who changed each line, when it changed, and which commit introduced it.
Author
Date
Commit
Line
Code
1
# mailcow FTS Flatcurve Settings, change them as you like.
2
plugin {
3
fts_autoindex = yes
4
fts_autoindex_exclude = \Junk
5
fts_autoindex_exclude2 = \Trash
6
# Tweak this setting if you only want to ensure big and frequent folders are indexed, not all.
7
fts_autoindex_max_recent_msgs = 20
8
fts = flatcurve
10
# Maximum term length can be set via the 'maxlen' argument (maxlen is
11
# specified in bytes, not number of UTF-8 characters)
12
fts_tokenizer_email_address = maxlen=100
13
fts_tokenizer_generic = algorithm=simple maxlen=30
15
# These are not flatcurve settings, but required for Dovecot FTS. See
16
# Dovecot FTS Configuration link above for further information.
17
fts_languages = en es de
18
fts_tokenizers = generic email-address
20
# OPTIONAL: Recommended default FTS core configuration
21
fts_filters = normalizer-icu snowball stopwords
22
fts_filters_en = lowercase snowball english-possessive stopwords
24
fts_index_timeout = 300s
25
}
27
### THIS PART WILL BE CHANGED BY MODIFYING mailcow.conf AUTOMATICALLY DURING RUNTIME! ###
29
service indexer-worker {
30
# Max amount of simultaniously running indexer jobs.
31
process_limit=1
33
# Max amount of RAM used by EACH indexer process.
34
vsz_limit=128 MB
35
}
37
### THIS PART WILL BE CHANGED BY MODIFYING mailcow.conf AUTOMATICALLY DURING RUNTIME! ###