Derek Spencer wrote:
> 
> In the changelog under "Changes to the Cyrus IMAP Server since 2.0.5" it
> states:
> 
> - mailboxes file can once again be a flat text file. (compile-time
> choice)
> 
> What is that compile time choice?  I cannot seem to find this anywhere
> in the documentation.
> 
> What do I need to do in order to get 2.0.14 to work with a flat text
> file (instead of mailboxes.db).


Find the line in imap/mboxlist.h that looks like:

#define CONFIG_DB_MBOX (&cyrusdb_db3)

and change it to:

#define CONFIG_DB_MBOX (&cyrusdb_flat)


If you are upgrading from an earlier version, you might still have to
migrate the mailboxes DB as stated in the docs.

Ken
-- 
Kenneth Murchison     Oceana Matrix Ltd.
Software Engineer     21 Princeton Place
716-662-8973 x26      Orchard Park, NY 14127
--PGP Public Key--    http://www.oceana.com/~ken/ksm.pgp

Reply via email to