17 Dec
2021
17 Dec
'21
11:24 p.m.
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 "user@domain.com" '*'