source: trunk/athena/bin/mitmailutils/mailusage.1 @ 23707

Revision 23707, 1.7 KB checked in by broder, 16 years ago (diff)
Merge mailquota and mailusage into mitmailutils as well, since they're apparently mail utilities.
Line 
1.\"
2.\" $Id: mailusage.1,v 1.1 2003-11-26 00:26:32 rbasch Exp $
3.\"
4.TH MAILUSAGE 1
5.SH NAME
6mailusage \- display size of mail folders on a post office server
7.SH SYNOPSIS
8.B mailusage
9[
10.B \-h " host"
11] [
12.B \-m " mailbox"
13] [
14.B \-n
15] [
16.B \-r
17] [
18.B \-s
19] [
20.B \-d
21] [ user ]
22.SH DESCRIPTION
23The
24.I mailusage
25program displays the total size of, and number of messages in, the
26user's mail folders on a post office server.  Size is displayed in
27kilobytes.  With no options specified, all of the user's mailboxes on
28the server will be listed.
29
30.I mailusage
31understands the following options:
32.TP
33.B \-h \fIhost\fR
34specifies that
35.I host
36should be consulted instead of the user's default post office server.
37.TP
38.B \-m \fImailbox\fR
39specifies that only the usage for
40.I mailbox
41should be displayed.  If this option is not specified,
42.I mailusage
43displays usage for all of the user's mailboxes on the server.  Use the
44.B \-r
45option in conjunction with
46.B \-m
47to display the usage for a mailbox and all of its descendents.
48.TP
49.B \-n
50specifies that
51.I mailusage
52should not output a header line.  This is useful if the output will be
53parsed by another program.
54.TP
55.B \-r
56specifies that
57.I mailusage
58should display usage recursively for a given mailbox, i.e. by listing
59all of the mailbox's descendents.  This option is only useful in
60conjunction with the
61.B \-m \fImailbox\fR
62option.
63.TP
64.B \-s
65specifies that
66.I mailusage
67should only display usage for mailboxes to which the user has subscribed.
68.TP
69.B \-d
70specifies that
71.I mailusage
72should run in debug mode.
73.TP
74.B \fIuser\fR
75specifies that the mail usage for
76.I user
77should be checked, rather than the current user.
78.SH "SEE ALSO"
79mailquota(1), imtest(1),
80RFC\-2060 (Internet Message Access Protocol - Version 4rev1)
Note: See TracBrowser for help on using the repository browser.