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