mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2025-12-23 14:51:31 +00:00
scripts: changed SKIP_FTS text to warn on lower threaded systems
This commit is contained in:
@@ -379,7 +379,7 @@ SKIP_CLAMD=${SKIP_CLAMD}
|
|||||||
|
|
||||||
SKIP_SOGO=n
|
SKIP_SOGO=n
|
||||||
|
|
||||||
# Skip FTS (Fulltext Search) for Dovecot on low-memory systems or if you simply want to disable it.
|
# Skip FTS (Fulltext Search) for Dovecot on low-memory, low-threaded systems or if you simply want to disable it.
|
||||||
# Dovecot inside mailcow use Flatcurve as FTS Backend.
|
# Dovecot inside mailcow use Flatcurve as FTS Backend.
|
||||||
|
|
||||||
SKIP_FTS=n
|
SKIP_FTS=n
|
||||||
|
|||||||
@@ -471,7 +471,7 @@ adapt_new_options() {
|
|||||||
elif [[ ${option} == "SKIP_FTS" ]]; then
|
elif [[ ${option} == "SKIP_FTS" ]]; then
|
||||||
if ! grep -q ${option} mailcow.conf; then
|
if ! grep -q ${option} mailcow.conf; then
|
||||||
echo "Adding new option \"${option}\" to mailcow.conf"
|
echo "Adding new option \"${option}\" to mailcow.conf"
|
||||||
echo '# Skip FTS (Fulltext Search) for Dovecot on low-memory systems or if you simply want to disable it.' >> mailcow.conf
|
echo '# Skip FTS (Fulltext Search) for Dovecot on low-memory, low-threaded systems or if you simply want to disable it.' >> mailcow.conf
|
||||||
echo "# Dovecot inside mailcow use Flatcurve as FTS Backend." >> mailcow.conf
|
echo "# Dovecot inside mailcow use Flatcurve as FTS Backend." >> mailcow.conf
|
||||||
echo "SKIP_FTS=y" >> mailcow.conf
|
echo "SKIP_FTS=y" >> mailcow.conf
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user