From Campworld

LinuxServers: Cyrus IMAP Server Database Recovery

History / Status

Introduction

Cyrus IMAP is very stable and robust. There are those times however when a database recovery is needed. This document covers my database recovery proceedure for Mac OS X 10.3.8 and Fedora Core 4.

Please keep in mind that there are other recovery tasks you should try first.

Proceedure

Type the following for Mac OS X 10.3.8. This proceedure rebuilds the master database.

> su root
> move /var/imap /var/imap.old
> mkdir /var/imap
> /usr/bin/cyrus/tools/mkimap
> chown -R cyrus:mail /var/imap
> sudo -u cyrus /usr/bin/cyrus/bin/reconstruct -i

Comments

Retrieved from http://www.campworld.net/thewiki/pmwiki.php/LinuxServers/CyrusIMAPRecovery
Page last modified on May 30, 2007, at 06:33 PM