it helps for me (dovecot 2.2.36 @ centos7):
#delete index files:
find /path/to/user/maildir/ -type f -name dovecot.index* -delete
find /path/to/user/maildir/ -type f -name dovecot-uidlist -delete
#then re-create index by command:
doveadm force-resync -u "u...@domain.com" '*'
Hi,
I'm trying to use dovecot-fts-flatcurve with dovecot 2:2.3.15-1+debian10
from repo.dovecot.org, but it looks like the package doesn't include
ICU, which fts-flatcurve requires.
After compilation and installation, I get an error from doveadm:
doveadm fts-flatcurve stats -u user INBOX
Fatal:
On 2021-12-04 22.18, I wrote:
> Hi there,
>
> I've updated Dovecot from v2.3.14 (cee3cbc0d) to v2.3.17 (e2aa53df5b).
> Right after the update, dovecot begun flooding the mail.log and
> PostgreSQL's log.
> ...
just in case someone has missed `doveconf -n` output and SQL related
configuration files,