1ERROR(8) System Manager's Manual ERROR(8)
2
3
4
6 error - Postfix error/retry mail delivery agent
7
9 error [generic Postfix daemon options]
10
12 The Postfix error(8) delivery agent processes delivery requests from
13 the queue manager. Each request specifies a queue file, a sender
14 address, the reason for non-delivery (specified as the next-hop desti‐
15 nation), and recipient information. The reason may be prefixed with an
16 RFC 3463-compatible detail code; if none is specified a default 4.0.0
17 or 5.0.0 code is used instead. This program expects to be run from the
18 master(8) process manager.
19
20 Depending on the service name in master.cf, error or retry, the server
21 bounces or defers all recipients in the delivery request using the
22 "next-hop" information as the reason for non-delivery. The retry ser‐
23 vice name is supported as of Postfix 2.4.
24
25 Delivery status reports are sent to the bounce(8), defer(8) or trace(8)
26 daemon as appropriate.
27
29 The error(8) mailer is not security-sensitive. It does not talk to the
30 network, and can be run chrooted at fixed low privilege.
31
33 RFC 3463 (Enhanced Status Codes)
34
36 Problems and transactions are logged to syslogd(8) or postlogd(8).
37
38 Depending on the setting of the notify_classes parameter, the postmas‐
39 ter is notified of bounces and of other trouble.
40
42 Changes to main.cf are picked up automatically as error(8) processes
43 run for only a limited amount of time. Use the command "postfix reload"
44 to speed up a change.
45
46 The text below provides only a parameter summary. See postconf(5) for
47 more details including examples.
48
49 2bounce_notice_recipient (postmaster)
50 The recipient of undeliverable mail that cannot be returned to
51 the sender.
52
53 bounce_notice_recipient (postmaster)
54 The recipient of postmaster notifications with the message head‐
55 ers of mail that Postfix did not deliver and of SMTP conversa‐
56 tion transcripts of mail that Postfix did not receive.
57
58 config_directory (see 'postconf -d' output)
59 The default location of the Postfix main.cf and master.cf con‐
60 figuration files.
61
62 daemon_timeout (18000s)
63 How much time a Postfix daemon process may take to handle a
64 request before it is terminated by a built-in watchdog timer.
65
66 delay_logging_resolution_limit (2)
67 The maximal number of digits after the decimal point when log‐
68 ging sub-second delay values.
69
70 double_bounce_sender (double-bounce)
71 The sender address of postmaster notifications that are gener‐
72 ated by the mail system.
73
74 ipc_timeout (3600s)
75 The time limit for sending or receiving information over an
76 internal communication channel.
77
78 max_idle (100s)
79 The maximum amount of time that an idle Postfix daemon process
80 waits for an incoming connection before terminating voluntarily.
81
82 max_use (100)
83 The maximal number of incoming connections that a Postfix daemon
84 process will service before terminating voluntarily.
85
86 notify_classes (resource, software)
87 The list of error classes that are reported to the postmaster.
88
89 process_id (read-only)
90 The process ID of a Postfix command or daemon process.
91
92 process_name (read-only)
93 The process name of a Postfix command or daemon process.
94
95 queue_directory (see 'postconf -d' output)
96 The location of the Postfix top-level queue directory.
97
98 syslog_facility (mail)
99 The syslog facility of Postfix logging.
100
101 syslog_name (see 'postconf -d' output)
102 A prefix that is prepended to the process name in syslog
103 records, so that, for example, "smtpd" becomes "prefix/smtpd".
104
105 Available in Postfix 3.3 and later:
106
107 service_name (read-only)
108 The master.cf service name of a Postfix daemon process.
109
111 qmgr(8), queue manager
112 bounce(8), delivery status reports
113 discard(8), Postfix discard delivery agent
114 postconf(5), configuration parameters
115 master(5), generic daemon options
116 master(8), process manager
117 postlogd(8), Postfix logging
118 syslogd(8), system logging
119
121 The Secure Mailer license must be distributed with this software.
122
124 Wietse Venema
125 IBM T.J. Watson Research
126 P.O. Box 704
127 Yorktown Heights, NY 10598, USA
128
129 Wietse Venema
130 Google, Inc.
131 111 8th Avenue
132 New York, NY 10011, USA
133
134
135
136 ERROR(8)