summaryrefslogtreecommitdiff
path: root/src/mailq.0
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailq.0')
-rw-r--r--src/mailq.068
1 files changed, 34 insertions, 34 deletions
diff --git a/src/mailq.0 b/src/mailq.0
index 950796c15aa9..4e0c5a6d4317 100644
--- a/src/mailq.0
+++ b/src/mailq.0
@@ -2,14 +2,14 @@ MAILQ(1) MAILQ(1)
-NNAAMMEE
+NAME
mailq - print the mail queue
-SSYYNNOOPPSSIISS
- mmaaiillqq [--AAcc] [--qq......] [--vv]
+SYNOPSIS
+ mailq [-Ac] [-q...] [-v]
-DDEESSCCRRIIPPTTIIOONN
- MMaaiillqq prints a summary of the mail messages queued for future delivery.
+DESCRIPTION
+ Mailq prints a summary of the mail messages queued for future delivery.
The first line printed for each message shows the internal identifier
used on this host for the message with a possible status character, the
@@ -17,41 +17,41 @@ DDEESSCCRRIIPPTTIIOONN
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 status characters are either ** to
- indicate the job is being processed; XX to indicate that the load is too
- high to process the job; and -- to indicate that the job is too young to
+ processed for the first time. The status characters are either * to
+ indicate the job is being processed; X to indicate that the load is too
+ high to process the job; and - to indicate that the job is too young to
process. The following lines show message recipients, one per line.
- MMaaiillqq is identical to ``sendmail -bp''.
+ Mailq is identical to ``sendmail -bp''.
The relevant options are as follows:
- --AAcc Show the mail submission queue specified in _/_e_t_c_/_m_a_i_l_/_s_u_b_m_i_t_._c_f
- instead of the MTA queue specified in _/_e_t_c_/_m_a_i_l_/_s_e_n_d_m_a_i_l_._c_f.
+ -Ac Show the mail submission queue specified in /etc/mail/submit.cf
+ instead of the MTA queue specified in /etc/mail/sendmail.cf.
- --qqLL Show the "lost" items in the mail queue instead of the normal
+ -qL Show the "lost" items in the mail queue instead of the normal
queue items.
- --qqQQ Show the quarantined items in the mail queue instead of the nor-
+ -qQ Show the quarantined items in the mail queue instead of the nor-
mal queue items.
- --qq[_!]I substr
- Limit processed jobs to those containing _s_u_b_s_t_r as a substring
- of the queue id or not when _! is specified.
+ -q[!]I substr
+ Limit processed jobs to those containing substr as a substring
+ of the queue id or not when ! is specified.
- --qq[_!]Q substr
- Limit processed jobs to quarantined jobs containing _s_u_b_s_t_r as a
- substring of the quarantine reason or not when _! is specified.
+ -q[!]Q substr
+ Limit processed jobs to quarantined jobs containing substr as a
+ substring of the quarantine reason or not when ! is specified.
- --qq[_!]R substr
- Limit processed jobs to those containing _s_u_b_s_t_r as a substring
- of one of the recipients or not when _! is specified.
+ -q[!]R substr
+ Limit processed jobs to those containing substr as a substring
+ of one of the recipients or not when ! is specified.
- --qq[_!]S substr
- Limit processed jobs to those containing _s_u_b_s_t_r as a substring
- of the sender or not when _! is specified.
+ -q[!]S substr
+ Limit processed jobs to those containing substr as a substring
+ of the sender or not when ! is specified.
- --vv Print verbose information. This adds the priority of the mes-
+ -v Print verbose information. This adds the priority of the mes-
sage and a single character indicator (``+'' or blank) indicat-
ing whether a warning message has been sent on the first line of
the message. Additionally, extra lines may be intermixed with
@@ -61,20 +61,20 @@ DDEESSCCRRIIPPTTIIOONN
from, if any. Moreover, status messages for each recipient are
printed if available.
- Several sendmail.cf options influence the behavior of the mmaaiillqq util-
+ Several sendmail.cf options influence the behavior of the mailq util-
ity: The number of items printed per queue group is restricted by
- MMaaxxQQuueeuueeRRuunnSSiizzee if that value is set. The status character ** is not
- printed for some values of QQuueeuueeSSoorrttOOrrddeerr,, e.g., filename, random, mod-
- ification, and none, unless a --qq option is used to limit the processed
+ MaxQueueRunSize if that value is set. The status character * is not
+ printed for some values of QueueSortOrder, e.g., filename, random, mod-
+ ification, and none, unless a -q option is used to limit the processed
jobs.
- The mmaaiillqq utility exits 0 on success, and >0 if an error occurs.
+ The mailq utility exits 0 on success, and >0 if an error occurs.
-SSEEEE AALLSSOO
+SEE ALSO
sendmail(8)
-HHIISSTTOORRYY
- The mmaaiillqq command appeared in 4.0BSD.
+HISTORY
+ The mailq command appeared in 4.0BSD.