You can now pick whether to use Berkeley db to store seen state, the subscription files, and the mailboxes file or a flat text file, at compile time only. (Look in imap/seen_db.c and imap/mboxlist.h.)
The format of the mailboxes file and seen state has changed. It is not possible to preserve seen state, but upgrade the mailboxes file as follows:
su cyrus cd /var/imap ctl_mboxlist -u < mailboxes ctl_mboxlist -cPlease keep a backup of your mailboxes file. You can dump an old-style mailboxes file by using ctl_mboxlist -d.
timsieved, included in this release, will handle maintenance of Sieve scripts.
collectnews!:*:Tf,WR:collectnewsThe format of the input to collectnews has changed.
Duplicate delivery suppression is now required for Sieve.
You must hash your directories using the "dohash" script in the tools subdirectory. (If you want to hash your mail spool, be sure to set "hashimapspool" before running "dohash".) This must be run as the Cyrus user. Be sure to stop mail service while converting. Doing this in single user mode is probably the safest.
last modified: $Date: 2000/08/08 17:53:06 $