source: trunk/third/sendmail/sendmail/mailq.0 @ 19204

Revision 19204, 3.2 KB checked in by zacheiss, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r19203, which included commits to RCS files with non-trunk default branches.
Line 
1
2
3
4MAILQ(1)                                                 MAILQ(1)
5
6
7NNAAMMEE
8       mailq - print the mail queue
9
10SSYYNNOOPPSSIISS
11       mmaaiillqq [--AAcc] [--qq......]  [--vv]
12
13DDEESSCCRRIIPPTTIIOONN
14       MMaaiillqq  prints  a  summary  of the mail messages queued for
15       future delivery.
16
17       The first line printed for each message shows the internal
18       identifier used on this host for the message with a possi-
19       ble status character, the size of the  message  in  bytes,
20       the date and time the message was accepted into the queue,
21       and the envelope sender of the message.  The  second  line
22       shows  the  error  message  that caused this message to be
23       retained in the queue; it will not be present if the  mes-
24       sage  is  being  processed for the first time.  The status
25       characters are either ** to indicate the job is being  pro-
26       cessed; XX to indicate that the load is too high to process
27       the job; and -- to indicate that the job is  too  young  to
28       process.  The following lines show message recipients, one
29       per line.
30
31       MMaaiillqq is identical to ``sendmail -bp''.
32
33       The relevant options are as follows:
34
35       --AAcc    Show  the  mail  submission  queue   specified   in
36              _/_e_t_c_/_m_a_i_l_/_s_u_b_m_i_t_._c_f instead of the MTA queue speci-
37              fied in _/_e_t_c_/_m_a_i_l_/_s_e_n_d_m_a_i_l_._c_f.
38
39       --qq[_!]I substr
40              Limit processed jobs to those containing _s_u_b_s_t_r  as
41              a substring of the queue id or not when _!  is spec-
42              ified.
43
44       --qq[_!]R substr
45              Limit processed jobs to those containing _s_u_b_s_t_r  as
46              a  substring of one of the recipients or not when _!
47              is specified.
48
49       --qq[_!]S substr
50              Limit processed jobs to those containing _s_u_b_s_t_r  as
51              a  substring of the sender or not when _!  is speci-
52              fied.
53
54       --vv     Print verbose information.  This adds the  priority
55              of  the  message  and  a single character indicator
56              (``+'' or blank) indicating whether a warning  mes-
57              sage  has  been  sent on the first line of the mes-
58              sage.  Additionally, extra lines may be  intermixed
59              with  the  recipients  indicating the ``controlling
60              user'' information; this shows  who  will  own  any
61
62
63
64                   $Date: 2003-04-08 15:09:26 $                 1
65
66
67
68
69
70MAILQ(1)                                                 MAILQ(1)
71
72
73              programs  that  are executed on behalf of this mes-
74              sage  and  the  name  of  the  alias  this  command
75              expanded  from,  if any.  Moreover, status messages
76              for each recipient are printed if available.
77
78       The mmaaiillqq utility exits 0 on success, and >0 if  an  error
79       occurs.
80
81SSEEEE AALLSSOO
82       sendmail(8)
83
84HHIISSTTOORRYY
85       The mmaaiillqq command appeared in 4.0BSD.
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130                   $Date: 2003-04-08 15:09:26 $                 2
131
132
Note: See TracBrowser for help on using the repository browser.