Hello I havent installed ispconfig yet, but got a couple of questions I had a running cyrus-imap/cyradm on fedora 3, which went bad, server is damaged, but cyrus db and mails are intact im moving to ubuntu 8.10, and was wondering how to import the cyrus db/mails to courier, or if i can use cyrus with ispconfig without problems anybody has done a similar move?
You can extract the username/passwords from the cyrus db by running strings on it. The mail is stored as a single mail per file, you can concat those files to one mbox file which you can then import. Or you can write a script to read each mail and imap append to your current imap server.