- bookworm 3.6.1-4+deb12u3
- bookworm-backports 3.8.1-1~bpo12+1
- unstable 3.10.0-1
- experimental 3.10.0~rc2-1
CHK_CYRUS(8) | Cyrus IMAP | CHK_CYRUS(8) |
NAME¶
chk_cyrus - Cyrus IMAP documentation
Perform a consistency check of the Cyrus IMAP mail spool.
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 messages 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 restoration, for instance.
chk_cyrus reads its configuration options out of the imapd.conf(5) file unless specified otherwise by -C.
OPTIONS¶
- -C config-file
- Use the specified configuration file config-file rather than the default imapd.conf(5).
- -P partition, --partition=partition
- Limit to partition partition. May not be specified with -M.
- -M mailbox, --mailbox=mailbox
- Only check mailbox mailbox. May not be specified with -P.
IMPORTANT:
EXAMPLES¶
chk_cyrus -P default
chk_cyrus -C /usr/local/etc/imapd-slot1.conf -P default
chk_cyrus -M user.marysmith
SEE ALSO¶
imapd.conf(5), master(8)
AUTHOR¶
The Cyrus Team, Nic Bernstein (Onlight), Jeroen van Meeuwen (Kolab Systems)
COPYRIGHT¶
1993–2023, The Cyrus Team
September 11, 2023 | 3.8.1 |