Unix for Beginners
Unix Shell Programming
Advanced Unix
Unix Useful References
Unix Useful Resources
Selected Reading
© 2011 TutorialsPoint.COM
|
mbexamine - Unix, Linux Command
NAME
mbexamine - examine a cyrus-format mailbox
SYNOPSIS
mbexamine [
-C config-file ]
[
-u uid ]
mailbox...
mbexamine [
-C config-file ]
[
-s seqnum ]
mailbox... DESCRIPTION
Mbexamine will examine the header, index, and cache files of a cyrus format mailbox
and dump the information contained therein. It can also limit its output
to a specific uid or sequence number, through use of the -s and -u switches.
Mbexamine reads its configuration options out of the
imapd.conf(5)
file unless specified otherwise by -C. It uses the mboxlist database
to locate the mailbox on disk.
OPTIONS
Tag | Description |
-C config-file | |
Read configuration options from config-file.
|
-s |
Dump information for the given sequence number only.
|
-u |
Dump information for the given uid only.
|
FILES
/etc/imapd.conf
|
|
|