xref: /illumos-gate/usr/src/man/man1/sendmail-mailq.1 (revision bbf21555)
te
Copyright (c) 2002 Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
MAILQ 1 "Jul 10, 2002"
NAME
mailq - print the mail queue
SYNOPSIS

/usr/bin/mailq [-Ac] [-q subarg] [-v]
DESCRIPTION

The mailq utility displays a summary of the mail messages queued for future delivery.

The first line displayed for each mail 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 of the display shows the error message that caused this message to be retained in the queue. This line will not be displayed if the message is being processed for the first time.

The mailq utility used to be identical to sendmail -bp. Now it checks for the authorization attribute, solaris.mail.mailq. If the check for the invoking user succeeds, sendmail -bp is executed with the remaining argument vector. Otherwise, an error message is printed. This authorization attribute is by default enabled for all users. It can be disabled by modifying the Basic Solaris User entry in prof_attr(5).

OPTIONS

The following options are supported: -Ac

Like sendmail(8), this flag tells mailq to use submit.cf rather than sendmail.cf even if the operation mode does not indicate an initial mail submission. This will result in the client queue /var/spool/clientmqueue being displayed rather than the default server queue /var/spool/mqueue.

-qp[time]

Similar to -qtime, except that instead of periodically forking a child to process the queue, sendmail forks a single persistent child for each queue that alternates between processing the queue and sleeping. The sleep time is given as the argument. The sleep time default is 1 second. The process will always sleep at least 5 seconds if the queue was empty in the previous queue run.

-qf

Processes saved messages in the queue once and does not fork(), but runs in the foreground.

-qG name

Processes jobs in the queue group called name only.

-q[!]I substr

Limits processed jobs to those containing substr as a substring of the queue id, or not when ! is specified.

-q[!]R substr

Limits processed jobs to those containing substr as a substring of one of the recipients, or not when ! is specified.

-q[!]S substr

Limits processed jobs to those containing substr as a substring of the sender, or not when ! is specified.

-v

Prints 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 that indicate 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 is expanded from, if any.

EXIT STATUS
0

Successful completion.

>0

An error occurred.

FILES
/etc/security/prof_attr

local source for execution profile attributes

/var/spool/mqueue

default server queue

/var/spool/clientmqueue

client queue

SEE ALSO

prof_attr (5), attributes (7), sendmail (8)