Hi, I want to "safely" disable Squat. My idea was: 1. Stop cyrus 2. Remove corresponding lines in cyrus.conf 3. Start cyrus 4. cd /var/spool/imap/user/ 5. find . -name 'cyrus.squat' -type f -exec rm {} \; Will I have to do a complete reconstruct or are the 5 steps ok for this? Thanks, Michael