GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
CTL_CYRUSDB(8) Cyrus IMAP CTL_CYRUSDB(8)

ctl_cyrusdb - Cyrus IMAP documentation

Perform administrative operations directly on Cyrus IMAP databases.

ctl_cyrusdb [ -C config-file ] -c
ctl_cyrusdb [ -C config-file ] -r [ -x ]

ctl_cyrusdb is used to perform various administrative operations on the Cyrus IMAP databases.

ctl_cyrusdb reads its configuration options out of the imapd.conf(5) file unless specified otherwise by -C. The configdirectory option in imapd.conf(5) is used to determine the default location of the Cyrus databases.

-C config-file
Use the specified configuration file config-file rather than the default imapd.conf(5).

-r
Recover the database after an application or system failure. Also performs database cleanups like removing mailbox reservations (and the associated mailbox files).

All mailbox files are also checked to make sure the file format matches the configured database type in imapd.conf. If not, the file is automatically converted using the same logic as cvt_cyrusdb.

If the reverseacls option in imapd.conf(5) is enabled, and the RACL entries in the database are an old version or do not exist, they will be generated. Conversely, if RACL entries do exist in the database, but the reverseacls option is disabled, then the entries will be cleaned up.


-x
Used with -r to only recover the database, and prevent any cleanup.

-c
Checkpoint and archive (a copy of) the database.

Changes to the database which are part of the committed transactions are written to disk.

The archive is created via a hot backup, and inactive log files are removed.


ctl_cyrusdb -r
Recover databases, performing cleanup. This is commonly used in the START section of cyrus.conf(5).


ctl_cyrusdb -x -r
Recover database only.


ctl_cyrusdb -c
Checkpoint databases. Commonly used in the EVENTS section of cyrus.conf(5).


/etc/imapd.conf /etc/cyrus.conf

cyrus.conf(5), imapd.conf(5), master(8)

The Cyrus Team, Nic Bernstein (Onlight), Jeroen van Meeuwen (Kolab Systems)

1993-2018, The Cyrus Team
February 2, 2022 3.4.3

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.