Koozali.org: home of the SME Server
Obsolete Releases => SME 9.x Contribs => Topic started by: brianr on November 24, 2017, 03:24:45 PM
-
I've just re-built my server using Affa and am experiencing problems with the email because the indexes are out of date.
Anyone got a script to delete all the dovecot indexes in all user mailboxes (and all underlying mailbox folders)?
-
If anyone needs this, this is how I did it:
find . -name dovecot.index -exec rm -f {} \;