~ubuntu-branches/ubuntu/dapper/postfix/dapper-security

« back to all changes in this revision

Viewing changes to man/man1/qshape.1

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-12-07 15:39:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207153911-hutf07z6i8ty25z5
Tags: 2.2.6-1
* New upstream.
  - the *SQL clients did not uniformly choose the database host from
    the available pool
  - raise the "policy violation" flag when a client request exceeds
    a concurrency or rate limit.
  - don't do smtpd_end_of_data_restrictions after the transaction
    failed due to, e.g., a write error.
  - two messages could get the same message ID due to a race
    condition. This time window was increased when queue file creation
    was postponed from MAIL FROM until the first accepted RCPT TO.  The
    window is closed again.
  - the queue manager did not write a per-recipient defer logfile record
    when the delivery agent crashed after the initial handshake with the
    queue manager, and before reporting the delivery status to the queue
    manager.
  - moved code around from one place to another to make REDIRECT, FILTER,
    HOLD and DISCARD access(5) table actions work in
    smtpd_end_of_data_restrictions.  PREPEND will not be fixed; it must
    be specified before the message content is received.
* Updated Italian translations.  Closes: #336925
* Swedish translations.  Closes: #339746
* Switch to libdb4.3.  Closes: #336488
* Add Replaces: mail-transport-agent.  Closes: #325624
* Merge changes from ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
.fi
12
12
\fBqshape\fR [\fB-s\fR] [\fB-p\fR] [\fB-m \fImin_subdomains\fR]
13
13
        [\fB-b \fIbucket_count\fR] [\fB-t \fIbucket_time\fR]
14
 
        [\fB-w \fIterminal_width\fR]
 
14
        [\fB-l\fR] [\fB-w \fIterminal_width\fR]
15
15
        [\fB-c \fIconfig_directory\fR] [\fIqueue_name\fR ...]
16
16
.SH DESCRIPTION
17
17
.ad
29
29
domain distribution.  By default the recipient distribution is
30
30
displayed. There can be more recipients than messages, but as
31
31
each message has only one sender, the sender distribution is a
32
 
a message distribution.
 
32
message distribution.
33
33
.IP \fB-p\fR
34
34
Generate aggregate statistics for parent domains. Top level domains
35
35
are not shown, nor are domains with fewer than \fImin_subdomains\fR
44
44
or "buckets". Each bucket has a maximum queue age that is twice
45
45
as large as that of the previous bucket. The last bucket has no
46
46
age limit.
47
 
.IP "\fB-b \fIbucket_time\fR"
 
47
.IP "\fB-t \fIbucket_time\fR"
48
48
The age limit in minutes for the first time bucket. The default
49
49
value is 5, meaning that the first bucket counts messages between
50
50
0 and 5 minutes old.
 
51
.IP "\fB-l\fR"
 
52
Instead of using a geometric age sequence, use a linear age sequence,
 
53
in other words simple multiples of \fBbucket_time\fR.
 
54
 
 
55
This feature is available in Postfix 2.2 and later.
51
56
.IP "\fB-w \fIterminal_width\fR"
52
57
The output is right justified, with the counts for the last
53
58
bucket shown on the 80th column, the \fIterminal_width\fR can be
54
59
adjusted for wider screens allowing more buckets to be displayed
55
 
with truncating the domain names on the left. When a row for a
 
60
without truncating the domain names on the left. When a row for a
56
61
full domain name and its counters does not fit in the specified
57
62
number of columns, only the last 17 bytes of the domain name
58
63
are shown with the prefix replaced by a '+' character. Truncated
79
84
.SH "SEE ALSO"
80
85
.na
81
86
.nf
82
 
mailq(1) List all messages in the queue.
 
87
mailq(1), List all messages in the queue.
83
88
QSHAPE_README Examples and background material.
84
89
.SH "FILES"
85
90
.na