~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-12-07 15:39:11 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051207153911-hutf07z6i8ty25z5
Tags: 2.2.6-1
* New upstream.
  - the *SQL clients did not uniformly choose the database host from
    the available pool
  - raise the "policy violation" flag when a client request exceeds
    a concurrency or rate limit.
  - don't do smtpd_end_of_data_restrictions after the transaction
    failed due to, e.g., a write error.
  - two messages could get the same message ID due to a race
    condition. This time window was increased when queue file creation
    was postponed from MAIL FROM until the first accepted RCPT TO.  The
    window is closed again.
  - the queue manager did not write a per-recipient defer logfile record
    when the delivery agent crashed after the initial handshake with the
    queue manager, and before reporting the delivery status to the queue
    manager.
  - moved code around from one place to another to make REDIRECT, FILTER,
    HOLD and DISCARD access(5) table actions work in
    smtpd_end_of_data_restrictions.  PREPEND will not be fixed; it must
    be specified before the message content is received.
* Updated Italian translations.  Closes: #336925
* Swedish translations.  Closes: #339746
* Switch to libdb4.3.  Closes: #336488
* Add Replaces: mail-transport-agent.  Closes: #325624
* Merge changes from ubuntu.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
5
5
<title> Postfix manual - error(8) </title>
6
6
</head> <body> <pre>
7
 
ERROR(8)                                                 ERROR(8)
 
7
ERROR(8)                                                              ERROR(8)
8
8
 
9
9
<b>NAME</b>
10
10
       error - Postfix error mail delivery agent
13
13
       <b>error</b> [generic Postfix daemon options]
14
14
 
15
15
<b>DESCRIPTION</b>
16
 
       The   Postfix  error  delivery  agent  processes  delivery
 
16
       The  Postfix  <a href="error.8.html"><b>error</b>(8)</a>  delivery  agent processes delivery
17
17
       requests from the queue manager. Each request specifies  a
18
18
       queue  file,  a sender address, a domain or host name that
19
19
       is treated as the reason for non-delivery,  and  recipient
20
20
       information.  This program expects to be run from the <a href="master.8.html"><b>mas-</b></a>
21
21
       <a href="master.8.html"><b>ter</b>(8)</a> process manager.
22
22
 
23
 
       The error delivery agent bounces  all  recipients  in  the
 
23
       The <a href="error.8.html"><b>error</b>(8)</a> delivery agent bounces all recipients in  the
24
24
       delivery  request  using  the  "next-hop"  domain  or host
25
25
       information as the reason for  non-delivery,  updates  the
26
26
       queue file and marks recipients as finished or informs the
31
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
32
 
33
33
<b>SECURITY</b>
34
 
       The error mailer is not security-sensitive.  It  does  not
 
34
       The <a href="error.8.html"><b>error</b>(8)</a> mailer is not security-sensitive. It does not
35
35
       talk  to the network, and can be run chrooted at fixed low
36
36
       privilege.
37
37
 
46
46
       ble.
47
47
 
48
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>
 
49
       Changes to <b>main.cf</b> are picked up automatically as <a href="error.8.html"><b>error</b>(8)</a>
50
50
       processes  run  for only a limited amount of time. Use the
51
51
       command "<b>postfix reload</b>" to speed up a change.
52
52
 
53
53
       The text below provides  only  a  parameter  summary.  See
54
 
       <a href="postconf.5.html">postconf(5)</a> for more details including examples.
 
54
       <a href="postconf.5.html"><b>postconf</b>(5)</a> for more details including examples.
55
55
 
56
56
       <b><a href="postconf.5.html#2bounce_notice_recipient">2bounce_notice_recipient</a> (postmaster)</b>
57
57
              The  recipient of undeliverable mail that cannot be
94
94
              postmaster.
95
95
 
96
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.
 
97
              The process ID  of  a  Postfix  command  or  daemon
 
98
              process.
99
99
 
100
100
       <b><a href="postconf.5.html#process_name">process_name</a> (read-only)</b>
101
101
              The  process  name  of  a Postfix command or daemon
109
109
              The syslog facility of Postfix logging.
110
110
 
111
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"
 
112
              The  mail  system  name  that  is  prepended to the
 
113
              process name in syslog  records,  so  that  "smtpd"
114
114
              becomes, for example, "postfix/smtpd".
115
115
 
116
116
<b>SEE ALSO</b>
117
117
       <a href="qmgr.8.html">qmgr(8)</a>, queue manager
118
118
       <a href="bounce.8.html">bounce(8)</a>, delivery status reports
 
119
       <a href="discard.8.html">discard(8)</a>, Postfix discard delivery agent
119
120
       <a href="postconf.5.html">postconf(5)</a>, configuration parameters
 
121
       <a href="master.5.html">master(5)</a>, generic daemon options
120
122
       <a href="master.8.html">master(8)</a>, process manager
121
123
       syslogd(8), system logging
122
124
 
130
132
       P.O. Box 704
131
133
       Yorktown Heights, NY 10598, USA
132
134
 
133
 
                                                         ERROR(8)
 
135
                                                                      ERROR(8)
134
136
</pre> </body> </html>