Adonis El Fakih wrote:
> I was reading the docs on http://asg.web.cmu.edu/cyrus/download/ about
> Cyrus. We currently run cyrus 1.5.18 and want to upgrade to 1.6+
>
> According to the docs the newest version is 1.6.24, and what prompted me
> to email the list, is that is still says that the /var/imap/mailboxes file
> is a flat file. I recall hearing that the file was changed to a db/dbm
> file?? Did this happen? We are looking to upgrade, since our mailboxes
> file is about 30Megs now! and adding or moving a user is taking a long
> time, and becuase the quota directory is not hashed in 1.5.18.
>
2.0.7 is out. It's somewhere between alpha and beta state right now. It uses
DB3 for storage.
> One more question. We use Mysql authentication with 1.5.18, is this still
> allowed in 1.6?
>
In 2.0.x you need to use a pwcheck daemon or PAM_mysql. A pwcheck daemon I
wrote is in the RPM found at:
http://www.hazard.maks.net/cyrus/
or just grab the daemon itself at:
http://www.hazard.maks.net/cyrus/sql-auth/authcheck.pl
This also works with 1.6x. More people seem to use the PAM approach though,
but I'm no expert on that method (check the archives for details).