Revision 23707,
1.7 KB
checked in by broder, 15 years ago
(diff) |
Merge mailquota and mailusage into mitmailutils as well, since they're
apparently mail utilities.
|
Rev | Line | |
---|
[19880] | 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 |
---|
| 7 | mailquota \- 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 |
---|
| 22 | The |
---|
| 23 | .I mailquota |
---|
| 24 | program displays a user's mail resource usage and limits on the post |
---|
| 25 | office server. Quota resources which are displayed, if defined on |
---|
| 26 | the server, are storage (in kilobytes) and number of messages. |
---|
| 27 | |
---|
| 28 | .I mailquota |
---|
| 29 | understands the following options: |
---|
| 30 | .TP |
---|
| 31 | .B \-h \fIhost\fR |
---|
| 32 | specifies that |
---|
| 33 | .I host |
---|
| 34 | should be consulted instead of your default post office server. |
---|
| 35 | .TP |
---|
| 36 | .B \-m \fImailbox\fR |
---|
| 37 | specifies that the quota for the IMAP folder named |
---|
| 38 | .I mailbox |
---|
| 39 | should be checked. If this option is not specified, |
---|
| 40 | .I mailquota |
---|
| 41 | checks the quota for the INBOX folder. (For MIT post office servers, |
---|
| 42 | the quota applies to the entire INBOX folder hierarchy, so there |
---|
| 43 | is no need to check other mailboxes). |
---|
| 44 | .TP |
---|
| 45 | .B \-n |
---|
| 46 | specifies that |
---|
| 47 | .I mailquota |
---|
| 48 | should only display a quota when any resource usage is above a |
---|
| 49 | percentage threshold; that threshold's default value is 90, but may be |
---|
| 50 | set via the |
---|
| 51 | .B -u |
---|
| 52 | option. |
---|
| 53 | .TP |
---|
| 54 | .B \-u \fIpercent\fR |
---|
| 55 | specifies the usage percentage threshold. A defined quota whose |
---|
| 56 | resource usages are below this threshold will not be displayed. |
---|
| 57 | Specifying this option implies the |
---|
| 58 | .B -n |
---|
| 59 | option; if |
---|
| 60 | .B -n |
---|
| 61 | is specified, and this option is not specified, the default usage |
---|
| 62 | threshold is 90. |
---|
| 63 | .TP |
---|
| 64 | .B \-d |
---|
| 65 | specifies that |
---|
| 66 | .I mailquota |
---|
| 67 | should run in debug mode. |
---|
| 68 | .TP |
---|
| 69 | .B \fIuser\fR |
---|
| 70 | specifies that the mail quota for |
---|
| 71 | .I user |
---|
| 72 | should be checked, rather than the current user. |
---|
| 73 | .SH "SEE ALSO" |
---|
| 74 | imtest(1), RFC\-2087 (IMAP4 QUOTA extension) |
---|
Note: See
TracBrowser
for help on using the repository browser.