~ubuntu-branches/ubuntu/trusty/postfix/trusty

« back to all changes in this revision

Viewing changes to src/discard/discard.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (58.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20140211074430-kwkoxdz0fbajn0fj
Tags: 2.11.0-1
[LaMont Jones]

* New upstream release: 2.11.0

[localization folks]

* l10n: Updated German translations.  Closes: #734893 (Helge Kreutzmann)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
/*      The Postfix \fBdiscard\fR(8) delivery agent processes
10
10
/*      delivery requests from
11
11
/*      the queue manager. Each request specifies a queue file, a sender
12
 
/*      address, a domain or host name that is treated as the reason for
 
12
/*      address, a next-hop destination that is treated as the reason for
13
13
/*      discarding the mail, and recipient information.
14
14
/*      The reason may be prefixed with an RFC 3463-compatible detail code.
15
15
/*      This program expects to be run from the \fBmaster\fR(8) process
16
16
/*      manager.
17
17
/*
18
18
/*      The \fBdiscard\fR(8) delivery agent pretends to deliver all recipients
19
 
/*      in the delivery request, logs the "next-hop" domain or host
20
 
/*      information as the reason for discarding the mail, updates the
21
 
/*      queue file and marks recipients as finished or informs the
 
19
/*      in the delivery request, logs the "next-hop" destination
 
20
/*      as the reason for discarding the mail, updates the
 
21
/*      queue file, and either marks recipients as finished or informs the
22
22
/*      queue manager that delivery should be tried again at a later time.
23
23
/*
24
24
/*      Delivery status reports are sent to the \fBtrace\fR(8)
29
29
/*      The \fBdiscard\fR(8) mailer is not security-sensitive. It does not talk
30
30
/*      to the network, and can be run chrooted at fixed low privilege.
31
31
/* STANDARDS
32
 
/*      None.
 
32
/*      RFC 3463 (Enhanced Status Codes)
33
33
/* DIAGNOSTICS
34
34
/*      Problems and transactions are logged to \fBsyslogd\fR(8).
35
35
/*