~ubuntu-branches/debian/sid/postfix/sid

« back to all changes in this revision

Viewing changes to proto/MULTI_INSTANCE_README.html

  • Committer: Package Import Robot
  • Author(s): LaMont Jones, LaMont Jones, localization folks
  • Date: 2014-02-11 07:44:30 UTC
  • mfrom: (1.1.41)
  • Revision ID: package-import@ubuntu.com-20140211074430-91tdwgjriazawdz4
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:
233
233
    generic: Makefile
234
234
            @echo Creating $@
235
235
            @rm -f $@.tmp
236
 
            @printf '%s\t%s+root=%s\n' root $MTAADMIN `uname -n` > $@.tmp
 
236
            @printf '%s\t%s+root=%s\n' root ${MTAADMIN} `uname -n` > $@.tmp
237
237
            @mv $@.tmp generic
238
238
 
239
239
    %.cdb: %
554
554
    # Avoid splitting the envelope and scanning messages multiple times.
555
555
    # Match the re-injection server's recipient limit.
556
556
    #
557
 
        smtp_destination_recipient_limit = 1000
 
557
    smtp_destination_recipient_limit = 1000
558
558
 
559
559
    # Tolerate occasional high latency in the content filter.
560
560
    #