source: trunk/third/sendmail/src/mailq.0 @ 12554

Revision 12554, 1.7 KB checked in by danw, 26 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r12553, which included commits to RCS files with non-trunk default branches.
Line 
1MAILQ(1)                     BSD Reference Manual                     MAILQ(1)
2
3NNAAMMEE
4     mmaaiillqq - print the mail queue
5
6SSYYNNOOPPSSIISS
7     mmaaiillqq [--vv]
8
9DDEESSCCRRIIPPTTIIOONN
10     MMaaiillqq prints a summary of the mail messages queued for future delivery.
11
12     The first line printed for each message shows the internal identifier
13     used on this host for the message, the size of the message in bytes, the
14     date and time the message was accepted into the queue, and the envelope
15     sender of the message.  The second line shows the error message that
16     caused this message to be retained in the queue; it will not be present
17     if the message is being processed for the first time.  The following
18     lines show message recipients, one per line.
19
20     MMaaiillqq is identical to ``sendmail -bp''.
21
22     The options are as follows:
23
24     --vv      Print verbose information.  This adds the priority of the message
25             and a single character indicator (``+'' or blank) indicating
26             whether a warning message has been sent on the first line of the
27             message.  Additionally, extra lines may be intermixed with the
28             recipients indicating the ``controlling user'' information; this
29             shows who will own any programs that are executed on behalf of
30             this message and the name of the alias this command expanded
31             from, if any.
32
33     The mmaaiillqq utility exits 0 on success, and >0 if an error occurs.
34
35SSEEEE AALLSSOO
36     sendmail(8)
37
38HHIISSTTOORRYY
39     The mmaaiillqq command appeared in 4.0BSD.
40
414th Berkeley Distribution        May 19, 1998                                1
Note: See TracBrowser for help on using the repository browser.