Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
mailq.1
Package: sendmail.8.10.0.Beta10.tar.Z [view]
Upload User: xu_441
Upload Date: 2007-01-04
Package Size: 1640k
Code Size: 2k
Category:
Email Client
Development Platform:
Unix_Linux
- ." Copyright (c) 1998, 1999 Sendmail, Inc. and its suppliers.
- ." All rights reserved.
- ." Copyright (c) 1983, 1997 Eric P. Allman. All rights reserved.
- ." Copyright (c) 1985, 1990, 1993
- ." The Regents of the University of California. All rights reserved.
- ."
- ." By using this file, you agree to the terms and conditions set
- ." forth in the LICENSE file which can be found at the top level of
- ." the sendmail distribution.
- ."
- ."
- ." $Id: mailq.1,v 8.14 1999/06/22 20:41:34 tony Exp $
- ."
- .TH MAILQ 1 "$Date: 1999/06/22 20:41:34 $"
- .SH NAME
- .B mailq
- - print the mail queue
- .SH SYNOPSIS
- .B mailq
- .RB [ -v ]
- .SH DESCRIPTION
- .B Mailq
- prints a summary of the mail messages queued for future delivery.
- .PP
- 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.
- .PP
- .B Mailq
- is identical to ``sendmail -bp''.
- .PP
- The options are as follows:
- .TP
- .B -v
- 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.
- .PP
- The
- .B mailq
- utility exits 0 on success, and >0 if an error occurs.
- .SH SEE ALSO
- sendmail(8)
- .SH HISTORY
- The
- .B mailq
- command appeared in
- 4.0BSD.