]> gitweb.michael.orlitzky.com - mailbox-count.git/blob - doc/man1/mailbox-count.1
Begin throwing real code together.
[mailbox-count.git] / doc / man1 / mailbox-count.1
1 .TH mailbox-count 1
2
3 .SH NAME
4 mailbox\-count \- Count mailboxes in a SQL database.
5 .SH SYNOPSIS
6
7 \fBmailbox-count\fR [\fIOPTIONS\fR]
8 .SH INPUT
9 .P
10 None.
11 .SH OUTPUT
12 .P
13 Either a summary, or detailed report (with \fI\-\-detail\fR) of the
14 number of mailboxes per-domain contained in the database.
15 .P
16 The summary shows only the per-domain mailbox count, while the
17 detailed report shows each mailbox.
18 .P
19 With \fI\-\-both\fR, both reports are produced at the same time.
20 .SH OPTIONS
21
22 .IP \fB\-\-both\fR,\ \fB-b\fR
23 Produce both summary and detailed reports.
24 .IP \fB\-\-detail\fR,\ \fB-d\fR
25 Produce a detailed report listing all mailboxes by domain.
26
27 .SH BUGS
28 .P
29 Send bugs to michael@orlitzky.com.