Option to disable full text search (lucene)
This is a workaround for the bug in issue #751
This commit is contained in:
@@ -7,6 +7,7 @@ postmaster_address = {{ POSTMASTER }}@{{ DOMAIN }}
|
||||
hostname = {{ HOSTNAMES.split(",")[0] }}
|
||||
submission_host = {{ FRONT_ADDRESS }}
|
||||
|
||||
{% if DISABLE_FTS_LUCENE != 'true' %}
|
||||
###############
|
||||
# Full-text search
|
||||
###############
|
||||
@@ -20,6 +21,7 @@ plugin {
|
||||
|
||||
fts_lucene = whitespace_chars=@.
|
||||
}
|
||||
{% endif %}
|
||||
|
||||
###############
|
||||
# Mailboxes
|
||||
|
||||
Reference in New Issue
Block a user