1MBEXAMINE(8) System Manager's Manual MBEXAMINE(8)
2
3
4
6 mbexamine - examine a cyrus-format mailbox
7
9 mbexamine [ -C config-file ] [ -u uid ] mailbox...
10 mbexamine [ -C config-file ] [ -s seqnum ] mailbox...
11
13 Mbexamine will examine the header, index, and cache files of a cyrus
14 format mailbox and dump the information contained therein. It can also
15 limit its output to a specific uid or sequence number, through use of
16 the -s and -u switches. Mbexamine reads its configuration options out
17 of the imapd.conf(5) file unless specified otherwise by -C. It uses
18 the mboxlist database to locate the mailbox on disk.
19
21 -C config-file
22 Read configuration options from config-file.
23
24 -s Dump information for the given sequence number only.
25
26 -u Dump information for the given uid only.
27
29 /etc/imapd.conf
30
31
32
33CMU Project Cyrus MBEXAMINE(8)