1DISCARD(8)                  System Manager's Manual                 DISCARD(8)
2
3
4

NAME

6       discard - Postfix discard mail delivery agent
7

SYNOPSIS

9       discard [generic Postfix daemon options]
10

DESCRIPTION

12       The  Postfix discard(8) delivery agent processes delivery requests from
13       the queue manager. Each  request  specifies  a  queue  file,  a  sender
14       address,  a  domain or host name that is treated as the reason for dis‐
15       carding the mail, and recipient information.  The reason  may  be  pre‐
16       fixed with an RFC 3463-compatible detail code.  This program expects to
17       be run from the master(8) process manager.
18
19       The discard(8) delivery agent pretends to deliver all recipients in the
20       delivery request, logs the "next-hop" domain or host information as the
21       reason for discarding the mail, updates the queue file and marks recip‐
22       ients  as finished or informs the queue manager that delivery should be
23       tried again at a later time.
24
25       Delivery status reports are sent to the trace(8) daemon as appropriate.
26

SECURITY

28       The discard(8) mailer is not security-sensitive. It does  not  talk  to
29       the network, and can be run chrooted at fixed low privilege.
30

STANDARDS

32       None.
33

DIAGNOSTICS

35       Problems and transactions are logged to syslogd(8).
36
37       Depending  on the setting of the notify_classes parameter, the postmas‐
38       ter is notified of bounces and of other trouble.
39

CONFIGURATION PARAMETERS

41       Changes to main.cf are picked up automatically as discard(8)  processes
42       run for only a limited amount of time. Use the command "postfix reload"
43       to speed up a change.
44
45       The text below provides only a parameter summary. See  postconf(5)  for
46       more details including examples.
47
48       config_directory (see 'postconf -d' output)
49              The  default  location of the Postfix main.cf and master.cf con‐
50              figuration files.
51
52       daemon_timeout (18000s)
53              How much time a Postfix daemon process  may  take  to  handle  a
54              request before it is terminated by a built-in watchdog timer.
55
56       delay_logging_resolution_limit (2)
57              The  maximal  number of digits after the decimal point when log‐
58              ging sub-second delay values.
59
60       double_bounce_sender (double-bounce)
61              The sender address of postmaster notifications that  are  gener‐
62              ated by the mail system.
63
64       ipc_timeout (3600s)
65              The  time  limit  for  sending  or receiving information over an
66              internal communication channel.
67
68       max_idle (100s)
69              The maximum amount of time that an idle Postfix  daemon  process
70              waits for an incoming connection before terminating voluntarily.
71
72       max_use (100)
73              The maximal number of incoming connections that a Postfix daemon
74              process will service before terminating voluntarily.
75
76       process_id (read-only)
77              The process ID of a Postfix command or daemon process.
78
79       process_name (read-only)
80              The process name of a Postfix command or daemon process.
81
82       queue_directory (see 'postconf -d' output)
83              The location of the Postfix top-level queue directory.
84
85       syslog_facility (mail)
86              The syslog facility of Postfix logging.
87
88       syslog_name (see 'postconf -d' output)
89              The mail system name that is prepended to the  process  name  in
90              syslog  records,  so  that  "smtpd" becomes, for example, "post‐
91              fix/smtpd".
92

SEE ALSO

94       qmgr(8), queue manager
95       bounce(8), delivery status reports
96       error(8), Postfix error delivery agent
97       postconf(5), configuration parameters
98       master(5), generic daemon options
99       master(8), process manager
100       syslogd(8), system logging
101

LICENSE

103       The Secure Mailer license must be distributed with this software.
104

HISTORY

106       This service was introduced with Postfix version 2.2.
107

AUTHOR(S)

109       Victor Duchovni
110       Morgan Stanley
111
112       Based on code by:
113       Wietse Venema
114       IBM T.J. Watson Research
115       P.O. Box 704
116       Yorktown Heights, NY 10598, USA
117
118
119
120                                                                    DISCARD(8)
Impressum