summaryrefslogtreecommitdiff
path: root/src/mailq.0
diff options
context:
space:
mode:
Diffstat (limited to 'src/mailq.0')
-rw-r--r--src/mailq.041
1 files changed, 41 insertions, 0 deletions
diff --git a/src/mailq.0 b/src/mailq.0
new file mode 100644
index 0000000..f1a996f
--- /dev/null
+++ b/src/mailq.0
@@ -0,0 +1,41 @@
+MAILQ(1) BSD Reference Manual MAILQ(1)
+
+NNAAMMEE
+ mmaaiillqq - print the mail queue
+
+SSYYNNOOPPSSIISS
+ mmaaiillqq [--vv]
+
+DDEESSCCRRIIPPTTIIOONN
+ MMaaiillqq 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, 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.
+
+ MMaaiillqq is identical to ``sendmail -bp''.
+
+ The options are as follows:
+
+ --vv 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.
+
+ The mmaaiillqq utility exits 0 on success, and >0 if an error occurs.
+
+SSEEEE AALLSSOO
+ sendmail(8)
+
+HHIISSTTOORRYY
+ The mmaaiillqq command appeared in 4.0BSD.
+
+4th Berkeley Distribution February 22, 1994 1