~ubuntu-branches/ubuntu/dapper/postfix/dapper-security

« back to all changes in this revision

Viewing changes to man/man8/showq.8

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2005-02-27 09:33:07 UTC
  • Revision ID: james.westby@ubuntu.com-20050227093307-cn789t27ibnlh6tf
Tags: upstream-2.1.5
ImportĀ upstreamĀ versionĀ 2.1.5

Show diffs side-by-side

added added

removed removed

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