>hello pascal,
>
>thank you for your fast answer!
>i've done this but at this time i got this message:
[...]
>Sep 22 20:15:25 imap ctl_mboxlist[3893]: running mboxlist recovery
>Sep 22 20:15:25 imap ctl_mboxlist[3893]: DBERROR db3: Invalid log file:
>log.0000000001: No such file or direc
>tory
It complains about not finding the transaction log of your DB3 database.
What did you do with your database?
You may still try the hard way via a "catastrophic recovery":
db_recover -c -h /var/imap/db
If you are new to DB3, I suggest reading the manual pages for these
db_-utilities, available here:
http://www.sleepycat.com/docs/utility/
Pascal Gienger
--