1SHOWQ(8) System Manager's Manual SHOWQ(8)
2
3
4
6 showq - list the Postfix mail queue
7
9 showq [generic Postfix daemon options]
10
12 The showq(8) daemon reports the Postfix mail queue status. It is the
13 program that emulates the sendmail `mailq' command.
14
15 The showq(8) daemon can also be run in stand-alone mode by the supe‐
16 ruser. This mode of operation is used to emulate the `mailq' command
17 while the Postfix mail system is down.
18
20 The showq(8) daemon can run in a chroot jail at fixed low privilege,
21 and takes no input from the client. Its service port is accessible to
22 local untrusted users, so the service can be susceptible to denial of
23 service attacks.
24
26 None. The showq(8) daemon does not interact with the outside world.
27
29 Problems and transactions are logged to syslogd(8).
30
32 Changes to main.cf are picked up automatically as showq(8) processes
33 run for only a limited amount of time. Use the command "postfix reload"
34 to speed up a change.
35
36 The text below provides only a parameter summary. See postconf(5) for
37 more details including examples.
38
39 config_directory (see 'postconf -d' output)
40 The default location of the Postfix main.cf and master.cf con‐
41 figuration files.
42
43 daemon_timeout (18000s)
44 How much time a Postfix daemon process may take to handle a
45 request before it is terminated by a built-in watchdog timer.
46
47 duplicate_filter_limit (1000)
48 The maximal number of addresses remembered by the address dupli‐
49 cate filter for aliases(5) or virtual(5) alias expansion, or for
50 showq(8) queue displays.
51
52 empty_address_recipient (MAILER-DAEMON)
53 The recipient of mail addressed to the null address.
54
55 ipc_timeout (3600s)
56 The time limit for sending or receiving information over an
57 internal communication channel.
58
59 max_idle (100s)
60 The maximum amount of time that an idle Postfix daemon process
61 waits for an incoming connection before terminating voluntarily.
62
63 max_use (100)
64 The maximal number of incoming connections that a Postfix daemon
65 process will service before terminating voluntarily.
66
67 process_id (read-only)
68 The process ID of a Postfix command or daemon process.
69
70 process_name (read-only)
71 The process name of a Postfix command or daemon process.
72
73 queue_directory (see 'postconf -d' output)
74 The location of the Postfix top-level queue directory.
75
76 syslog_facility (mail)
77 The syslog facility of Postfix logging.
78
79 syslog_name (see 'postconf -d' output)
80 The mail system name that is prepended to the process name in
81 syslog records, so that "smtpd" becomes, for example, "post‐
82 fix/smtpd".
83
84 Available in Postfix version 2.9 and later:
85
86 enable_long_queue_ids (no)
87 Enable long, non-repeating, queue IDs (queue file names).
88
90 /var/spool/postfix, queue directories
91
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
101 The Secure Mailer license must be distributed with this software.
102
104 Wietse Venema
105 IBM T.J. Watson Research
106 P.O. Box 704
107 Yorktown Heights, NY 10598, USA
108
109
110
111 SHOWQ(8)