ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with Mac OS X Server. It is not available on standard Mac OS X (client) installations. For more information about the manual page format, see the manual page for manpages(5). |
CHK_CYRUS(8) CHK_CYRUS(8) NAME chk_cyrus - perform a consistency check of the cyrus mailstore SYNOPSIS chk_cyrus [ -C config-file ] [ -P partition ] [ -M mailbox ] DESCRIPTION Chk_cyrus is used to perform a consistency check on the cyrus datastore, and output a list of files/directories that are expected to exist, but do not. Status messagess are output to stderr, the list of files/directories is output to stdout. This list can be passed to a backup program to aid a partial restoral, for instance. Chk_cyrus reads its configuration options out of the imapd.conf(5) file unless specified otherwise by -C. OPTIONS -C config-file Read configuration options from config-file. -P partition Run the consistency check for only the given partition. May not be specified with -M. -M mailbox Run the consistency check for only the given mailbox. May not be specified with -P. FILES /etc/imapd.conf SEE ALSO imapd.conf(5), master(8) CMU Project Cyrus CHK_CYRUS(8) |
|