Patrick Welche <prlw1@cam.ac.uk>
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / man / man8 / discard.8
blob0200367ac908216985ce5e2bacbff78de115435a
1 .\"     $NetBSD$
2 .\"
3 .TH DISCARD 8 
4 .ad
5 .fi
6 .SH NAME
7 discard
8 \-
9 Postfix discard mail delivery agent
10 .SH "SYNOPSIS"
11 .na
12 .nf
13 \fBdiscard\fR [generic Postfix daemon options]
14 .SH DESCRIPTION
15 .ad
16 .fi
17 The Postfix \fBdiscard\fR(8) delivery agent processes
18 delivery requests from
19 the queue manager. Each request specifies a queue file, a sender
20 address, a domain or host name that is treated as the reason for
21 discarding the mail, and recipient information.
22 The reason may be prefixed with an RFC 3463-compatible detail code.
23 This program expects to be run from the \fBmaster\fR(8) process
24 manager.
26 The \fBdiscard\fR(8) delivery agent pretends to deliver all recipients
27 in the delivery request, logs the "next-hop" domain or host
28 information as the reason for discarding the mail, updates the
29 queue file and marks recipients as finished or informs the
30 queue manager that delivery should be tried again at a later time.
32 Delivery status reports are sent to the \fBtrace\fR(8)
33 daemon as appropriate.
34 .SH "SECURITY"
35 .na
36 .nf
37 .ad
38 .fi
39 The \fBdiscard\fR(8) mailer is not security-sensitive. It does not talk
40 to the network, and can be run chrooted at fixed low privilege.
41 .SH "STANDARDS"
42 .na
43 .nf
44 None.
45 .SH DIAGNOSTICS
46 .ad
47 .fi
48 Problems and transactions are logged to \fBsyslogd\fR(8).
50 Depending on the setting of the \fBnotify_classes\fR parameter,
51 the postmaster is notified of bounces and of other trouble.
52 .SH "CONFIGURATION PARAMETERS"
53 .na
54 .nf
55 .ad
56 .fi
57 Changes to \fBmain.cf\fR are picked up automatically as \fBdiscard\fR(8)
58 processes run for only a limited amount of time. Use the command
59 "\fBpostfix reload\fR" to speed up a change.
61 The text below provides only a parameter summary. See
62 \fBpostconf\fR(5) for more details including examples.
63 .IP "\fBconfig_directory (see 'postconf -d' output)\fR"
64 The default location of the Postfix main.cf and master.cf
65 configuration files.
66 .IP "\fBdaemon_timeout (18000s)\fR"
67 How much time a Postfix daemon process may take to handle a
68 request before it is terminated by a built-in watchdog timer.
69 .IP "\fBdelay_logging_resolution_limit (2)\fR"
70 The maximal number of digits after the decimal point when logging
71 sub-second delay values.
72 .IP "\fBdouble_bounce_sender (double-bounce)\fR"
73 The sender address of postmaster notifications that are generated
74 by the mail system.
75 .IP "\fBipc_timeout (3600s)\fR"
76 The time limit for sending or receiving information over an internal
77 communication channel.
78 .IP "\fBmax_idle (100s)\fR"
79 The maximum amount of time that an idle Postfix daemon process waits
80 for an incoming connection before terminating voluntarily.
81 .IP "\fBmax_use (100)\fR"
82 The maximal number of incoming connections that a Postfix daemon
83 process will service before terminating voluntarily.
84 .IP "\fBprocess_id (read-only)\fR"
85 The process ID of a Postfix command or daemon process.
86 .IP "\fBprocess_name (read-only)\fR"
87 The process name of a Postfix command or daemon process.
88 .IP "\fBqueue_directory (see 'postconf -d' output)\fR"
89 The location of the Postfix top-level queue directory.
90 .IP "\fBsyslog_facility (mail)\fR"
91 The syslog facility of Postfix logging.
92 .IP "\fBsyslog_name (see 'postconf -d' output)\fR"
93 The mail system name that is prepended to the process name in syslog
94 records, so that "smtpd" becomes, for example, "postfix/smtpd".
95 .SH "SEE ALSO"
96 .na
97 .nf
98 qmgr(8), queue manager
99 bounce(8), delivery status reports
100 error(8), Postfix error delivery agent
101 postconf(5), configuration parameters
102 master(5), generic daemon options
103 master(8), process manager
104 syslogd(8), system logging
105 .SH "LICENSE"
110 The Secure Mailer license must be distributed with this software.
111 .SH "HISTORY"
114 This service was introduced with Postfix version 2.2.
115 .SH "AUTHOR(S)"
118 Victor Duchovni
119 Morgan Stanley
121 Based on code by:
122 Wietse Venema
123 IBM T.J. Watson Research
124 P.O. Box 704
125 Yorktown Heights, NY 10598, USA