On Thu, 2005-09-01 at 11:42 -0500, Saltmarsh, Evan M wrote:
> Does anyone know how to export the data in the mailboxes.db to a flat
> text file that can be used for importing?
Use the 'cvt_cyrusdb' utility; there's a man page for it.
Wil
--
Wil Cooley <[EMAIL PROTECTED]>
Naked Ape Consulting, Lt
As the cyrus user run:
ctl_mboxlist -d > filename
'filename' will now be a text file listing the mailboxes. You can
directly edit this file. When you are done making changes to it you can
re-import it with:
ctl_mboxlist -u < filename
You will want to move the mailboxes.db out of the way befor