]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/sendmail/src/mailq.1
This commit was generated by cvs2svn to compensate for changes in r53024,
[FreeBSD/FreeBSD.git] / contrib / sendmail / src / mailq.1
1 .\" Copyright (c) 1998 Sendmail, Inc.  All rights reserved.
2 .\" Copyright (c) 1983, 1997 Eric P. Allman.  All rights reserved.
3 .\" Copyright (c) 1985, 1990, 1993
4 .\"     The Regents of the University of California.  All rights reserved.
5 .\"
6 .\" By using this file, you agree to the terms and conditions set
7 .\" forth in the LICENSE file which can be found at the top level of
8 .\" the sendmail distribution.
9 .\"
10 .\"
11 .\"     @(#)mailq.1     8.10 (Berkeley) 5/19/1998
12 .\"
13 .Dd May 19, 1998
14 .Dt MAILQ 1
15 .Os BSD 4
16 .Sh NAME
17 .Nm mailq
18 .Nd print the mail queue
19 .Sh SYNOPSIS
20 .Nm mailq
21 .Op Fl v
22 .Sh DESCRIPTION
23 .Nm Mailq
24 prints a summary of the mail messages queued for future delivery.
25 .Pp
26 The first line printed for each message
27 shows the internal identifier used on this host
28 for the message,
29 the size of the message in bytes,
30 the date and time the message was accepted into the queue,
31 and the envelope sender of the message.
32 The second line shows the error message that caused this message
33 to be retained in the queue;
34 it will not be present if the message is being processed
35 for the first time.
36 The following lines show message recipients,
37 one per line.
38 .Pp
39 The options are as follows:
40 .Bl -tag -width Ds
41 .It Fl v
42 Print verbose information.
43 This adds the priority of the message and
44 a single character indicator (``+'' or blank)
45 indicating whether a warning message has been sent
46 on the first line of the message.
47 Additionally, extra lines may be intermixed with the recipients
48 indicating the ``controlling user'' information;
49 this shows who will own any programs that are executed
50 on behalf of this message
51 and the name of the alias this command expanded from, if any.
52 .El
53 .Pp
54 The
55 .Nm mailq
56 utility exits 0 on success, and >0 if an error occurs.
57 .Sh NOTES
58 .Nm Mailq
59 is identical to
60 .Dq Li "sendmail -bp" .
61 Most of the options which apply to
62 .Xr sendmail 8
63 also apply to
64 .Nm mailq .
65 .Sh SEE ALSO
66 .Xr sendmail 8
67 .Sh HISTORY
68 The
69 .Nm mailq
70 command appeared in
71 .Bx 4.0 .