source: trunk/athena/bin/mitmailutils/mailquota.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: mailquota.1,v 1.1 2003-10-10 21:30:45 rbasch Exp $
3.\"
4.TH MAILQUOTA 1
5.UC 4
6.SH NAME
7mailquota \- display post office resource usage and limits
8.SH SYNOPSIS
9.B mailquota
10[
11.BR \-h " host"
12] [
13.BR \-m " mailbox"
14] [
15.B \-n
16] [
17.B \-u " percent"
18] [
19.B \-d
20] [ user ]
21.SH DESCRIPTION
22The
23.I mailquota
24program displays a user's mail resource usage and limits on the post
25office server.  Quota resources which are displayed, if defined on
26the server, are storage (in kilobytes) and number of messages.
27
28.I mailquota
29understands the following options:
30.TP
31.B \-h \fIhost\fR
32specifies that
33.I host
34should be consulted instead of your default post office server.
35.TP
36.B \-m \fImailbox\fR
37specifies that the quota for the IMAP folder named
38.I mailbox
39should be checked.  If this option is not specified,
40.I mailquota
41checks the quota for the INBOX folder.  (For MIT post office servers,
42the quota applies to the entire INBOX folder hierarchy, so there
43is no need to check other mailboxes).
44.TP
45.B \-n
46specifies that
47.I mailquota
48should only display a quota when any resource usage is above a
49percentage threshold; that threshold's default value is 90, but may be
50set via the
51.B -u
52option.
53.TP
54.B \-u \fIpercent\fR
55specifies the usage percentage threshold.  A defined quota whose
56resource usages are below this threshold will not be displayed.
57Specifying this option implies the
58.B -n
59option; if
60.B -n
61is specified, and this option is not specified, the default usage
62threshold is 90.
63.TP
64.B \-d
65specifies that
66.I mailquota
67should run in debug mode.
68.TP
69.B \fIuser\fR
70specifies that the mail quota for
71.I user
72should be checked, rather than the current user.
73.SH "SEE ALSO"
74imtest(1), RFC\-2087 (IMAP4 QUOTA extension)
Note: See TracBrowser for help on using the repository browser.