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

« back to all changes in this revision

Viewing changes to html/error.8.html

  • 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
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
 
2
        "http://www.w3.org/TR/html4/loose.dtd">
 
3
<html> <head>
 
4
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
 
5
<title> Postfix manual - error(8) </title>
 
6
</head> <body> <pre>
 
7
ERROR(8)                                                 ERROR(8)
 
8
 
 
9
<b>NAME</b>
 
10
       error - Postfix error mail delivery agent
 
11
 
 
12
<b>SYNOPSIS</b>
 
13
       <b>error</b> [generic Postfix daemon options]
 
14
 
 
15
<b>DESCRIPTION</b>
 
16
       The   Postfix  error  delivery  agent  processes  delivery
 
17
       requests from the queue manager. Each request specifies  a
 
18
       queue  file,  a sender address, a domain or host name that
 
19
       is treated as the reason for non-delivery,  and  recipient
 
20
       information.  This program expects to be run from the <a href="master.8.html"><b>mas-</b></a>
 
21
       <a href="master.8.html"><b>ter</b>(8)</a> process manager.
 
22
 
 
23
       The error delivery agent bounces  all  recipients  in  the
 
24
       delivery  request  using  the  "next-hop"  domain  or host
 
25
       information as the reason for  non-delivery,  updates  the
 
26
       queue file and marks recipients as finished or informs the
 
27
       queue manager that delivery should be  tried  again  at  a
 
28
       later time.
 
29
 
 
30
       Delivery   status  reports  are  sent  to  the  <a href="bounce.8.html"><b>bounce</b>(8)</a>,
 
31
       <a href="defer.8.html"><b>defer</b>(8)</a> or <a href="trace.8.html"><b>trace</b>(8)</a> daemon as appropriate.
 
32
 
 
33
<b>SECURITY</b>
 
34
       The error mailer is not security-sensitive.  It  does  not
 
35
       talk  to the network, and can be run chrooted at fixed low
 
36
       privilege.
 
37
 
 
38
<b>STANDARDS</b>
 
39
       None.
 
40
 
 
41
<b>DIAGNOSTICS</b>
 
42
       Problems and transactions are logged to <b>syslogd</b>(8).
 
43
 
 
44
       Depending on the setting of the <b><a href="postconf.5.html#notify_classes">notify_classes</a></b>  parameter,
 
45
       the  postmaster  is notified of bounces and of other trou-
 
46
       ble.
 
47
 
 
48
<b>CONFIGURATION PARAMETERS</b>
 
49
       Changes to <b>main.cf</b> are picked up automatically as <a href="error.8.html">error(8)</a>
 
50
       processes  run  for only a limited amount of time. Use the
 
51
       command "<b>postfix reload</b>" to speed up a change.
 
52
 
 
53
       The text below provides  only  a  parameter  summary.  See
 
54
       <a href="postconf.5.html">postconf(5)</a> for more details including examples.
 
55
 
 
56
       <b><a href="postconf.5.html#2bounce_notice_recipient">2bounce_notice_recipient</a> (postmaster)</b>
 
57
              The  recipient of undeliverable mail that cannot be
 
58
              returned to the sender.
 
59
 
 
60
       <b><a href="postconf.5.html#bounce_notice_recipient">bounce_notice_recipient</a> (postmaster)</b>
 
61
              The recipient of postmaster notifications with  the
 
62
              message  headers  of  mail  that  Postfix  did  not
 
63
              deliver and of  SMTP  conversation  transcripts  of
 
64
              mail that Postfix did not receive.
 
65
 
 
66
       <b><a href="postconf.5.html#config_directory">config_directory</a> (see 'postconf -d' output)</b>
 
67
              The  default  location  of  the Postfix main.cf and
 
68
              master.cf configuration files.
 
69
 
 
70
       <b><a href="postconf.5.html#daemon_timeout">daemon_timeout</a> (18000s)</b>
 
71
              How much time a Postfix daemon process may take  to
 
72
              handle  a  request  before  it  is  terminated by a
 
73
              built-in watchdog timer.
 
74
 
 
75
       <b><a href="postconf.5.html#double_bounce_sender">double_bounce_sender</a> (double-bounce)</b>
 
76
              The sender address of postmaster notifications that
 
77
              are generated by the mail system.
 
78
 
 
79
       <b><a href="postconf.5.html#ipc_timeout">ipc_timeout</a> (3600s)</b>
 
80
              The time limit for sending or receiving information
 
81
              over an internal communication channel.
 
82
 
 
83
       <b><a href="postconf.5.html#max_idle">max_idle</a> (100s)</b>
 
84
              The maximum amount of time  that  an  idle  Postfix
 
85
              daemon  process  waits for the next service request
 
86
              before exiting.
 
87
 
 
88
       <b><a href="postconf.5.html#max_use">max_use</a> (100)</b>
 
89
              The maximal number of connection requests before  a
 
90
              Postfix daemon process terminates.
 
91
 
 
92
       <b><a href="postconf.5.html#notify_classes">notify_classes</a> (resource, software)</b>
 
93
              The  list of error classes that are reported to the
 
94
              postmaster.
 
95
 
 
96
       <b><a href="postconf.5.html#process_id">process_id</a> (read-only)</b>
 
97
              The process ID of a Postfix command or daemon  pro-
 
98
              cess.
 
99
 
 
100
       <b><a href="postconf.5.html#process_name">process_name</a> (read-only)</b>
 
101
              The  process  name  of  a Postfix command or daemon
 
102
              process.
 
103
 
 
104
       <b><a href="postconf.5.html#queue_directory">queue_directory</a> (see 'postconf -d' output)</b>
 
105
              The location of the Postfix top-level queue  direc-
 
106
              tory.
 
107
 
 
108
       <b><a href="postconf.5.html#syslog_facility">syslog_facility</a> (mail)</b>
 
109
              The syslog facility of Postfix logging.
 
110
 
 
111
       <b><a href="postconf.5.html#syslog_name">syslog_name</a> (postfix)</b>
 
112
              The  mail system name that is prepended to the pro-
 
113
              cess  name  in  syslog  records,  so  that  "smtpd"
 
114
              becomes, for example, "postfix/smtpd".
 
115
 
 
116
<b>SEE ALSO</b>
 
117
       <a href="qmgr.8.html">qmgr(8)</a>, queue manager
 
118
       <a href="bounce.8.html">bounce(8)</a>, delivery status reports
 
119
       <a href="postconf.5.html">postconf(5)</a>, configuration parameters
 
120
       <a href="master.8.html">master(8)</a>, process manager
 
121
       syslogd(8), system logging
 
122
 
 
123
<b>LICENSE</b>
 
124
       The  Secure  Mailer  license must be distributed with this
 
125
       software.
 
126
 
 
127
<b>AUTHOR(S)</b>
 
128
       Wietse Venema
 
129
       IBM T.J. Watson Research
 
130
       P.O. Box 704
 
131
       Yorktown Heights, NY 10598, USA
 
132
 
 
133
                                                         ERROR(8)
 
134
</pre> </body> </html>