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