Expand PMF_FN_* macros.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / man / man8 / showq.8
blob7ff6a6e85ac643f98ff7764092ba086183e3eaa3
1 .\"     $NetBSD$
2 .\"
3 .TH SHOWQ 8 
4 .ad
5 .fi
6 .SH NAME
7 showq
8 \-
9 list the Postfix mail queue
10 .SH "SYNOPSIS"
11 .na
12 .nf
13 \fBshowq\fR [generic Postfix daemon options]
14 .SH DESCRIPTION
15 .ad
16 .fi
17 The \fBshowq\fR(8) daemon reports the Postfix mail queue status.
18 It is the program that emulates the sendmail `mailq' command.
20 The \fBshowq\fR(8) daemon can also be run in stand-alone mode
21 by the superuser. This mode of operation is used to emulate
22 the `mailq' command while the Postfix mail system is down.
23 .SH "SECURITY"
24 .na
25 .nf
26 .ad
27 .fi
28 The \fBshowq\fR(8) daemon can run in a chroot jail at fixed low
29 privilege, and takes no input from the client. Its service port
30 is accessible to local untrusted users, so the service can be
31 susceptible to denial of service attacks.
32 .SH "STANDARDS"
33 .na
34 .nf
35 .ad
36 .fi
37 None. The \fBshowq\fR(8) daemon does not interact with the
38 outside world.
39 .SH DIAGNOSTICS
40 .ad
41 .fi
42 Problems and transactions are logged to \fBsyslogd\fR(8).
43 .SH "CONFIGURATION PARAMETERS"
44 .na
45 .nf
46 .ad
47 .fi
48 Changes to \fBmain.cf\fR are picked up automatically as \fBshowq\fR(8)
49 processes run for only a limited amount of time. Use the command
50 "\fBpostfix reload\fR" to speed up a change.
52 The text below provides only a parameter summary. See
53 \fBpostconf\fR(5) for more details including examples.
54 .IP "\fBconfig_directory (see 'postconf -d' output)\fR"
55 The default location of the Postfix main.cf and master.cf
56 configuration files.
57 .IP "\fBdaemon_timeout (18000s)\fR"
58 How much time a Postfix daemon process may take to handle a
59 request before it is terminated by a built-in watchdog timer.
60 .IP "\fBduplicate_filter_limit (1000)\fR"
61 The maximal number of addresses remembered by the address
62 duplicate filter for \fBaliases\fR(5) or \fBvirtual\fR(5) alias expansion, or
63 for \fBshowq\fR(8) queue displays.
64 .IP "\fBempty_address_recipient (MAILER-DAEMON)\fR"
65 The recipient of mail addressed to the null address.
66 .IP "\fBipc_timeout (3600s)\fR"
67 The time limit for sending or receiving information over an internal
68 communication channel.
69 .IP "\fBmax_idle (100s)\fR"
70 The maximum amount of time that an idle Postfix daemon process waits
71 for an incoming connection before terminating voluntarily.
72 .IP "\fBmax_use (100)\fR"
73 The maximal number of incoming connections that a Postfix daemon
74 process will service before terminating voluntarily.
75 .IP "\fBprocess_id (read-only)\fR"
76 The process ID of a Postfix command or daemon process.
77 .IP "\fBprocess_name (read-only)\fR"
78 The process name of a Postfix command or daemon process.
79 .IP "\fBqueue_directory (see 'postconf -d' output)\fR"
80 The location of the Postfix top-level queue directory.
81 .IP "\fBsyslog_facility (mail)\fR"
82 The syslog facility of Postfix logging.
83 .IP "\fBsyslog_name (see 'postconf -d' output)\fR"
84 The mail system name that is prepended to the process name in syslog
85 records, so that "smtpd" becomes, for example, "postfix/smtpd".
86 .SH "FILES"
87 .na
88 .nf
89 /var/spool/postfix, queue directories
90 .SH "SEE ALSO"
91 .na
92 .nf
93 pickup(8), local mail pickup service
94 cleanup(8), canonicalize and enqueue mail
95 qmgr(8), queue manager
96 postconf(5), configuration parameters
97 master(8), process manager
98 syslogd(8), system logging
99 .SH "LICENSE"
104 The Secure Mailer license must be distributed with this software.
105 .SH "AUTHOR(S)"
108 Wietse Venema
109 IBM T.J. Watson Research
110 P.O. Box 704
111 Yorktown Heights, NY 10598, USA