]> gitweb.michael.orlitzky.com - mailbox-count.git/blob - doc/man1/mailbox-count.1
Align the mailbox counts in the summary report to the same column.
[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 both the count and a list of mailboxes.
18 .SH OPTIONS
19
20 .IP \fB\-\-detail\fR,\ \fB-d\fR
21 Produce a detailed report listing all mailboxes by domain.
22
23 .SH BUGS
24 .P
25 Send bugs to michael@orlitzky.com.