http://blog.strav.net/index.php/2006/05/31/cyrus_index_rebuild?blog=5
Here's how to rebuild the indexes for Cyrus IMAP. It uses the program squatter for the indexing. This needs to be run as user 'cyrus'
for i in strav sportchk derv;
do /usr/sbin/squatter -r -v user.$i;
done
Here's how to rebuild the indexes for Cyrus IMAP. It uses the program squatter for the indexing. This needs to be run as user 'cyrus'
for i in strav sportchk derv;
do /usr/sbin/squatter -r -v user.$i;
done