mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2024-12-23 02:04:46 +02:00
cf6594220c
* dovecot: experimental added flatcurve backend + switch * dovecot: bump docker image
7 lines
174 B
Bash
7 lines
174 B
Bash
#!/bin/bash
|
|
|
|
if [[ "${SKIP_SOLR}" =~ ^([yY][eE][sS]|[yY])+$ && ! "${FLATCURVE_EXPERIMENTAL}" =~ ^([yY][eE][sS]|[yY])+$ ]]; then
|
|
exit 0
|
|
else
|
|
doveadm fts optimize -A
|
|
fi |