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

« back to all changes in this revision

Viewing changes to README_FILES/TUNING_README

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2012-03-20 13:47:16 UTC
  • mfrom: (1.1.34) (39.1.16 trunk)
  • Revision ID: package-import@ubuntu.com-20120320134716-o62kosz3odzt1rh6
Tags: 2.9.1-2
Drop unnecessary openssl check, since sonames will save us.

Show diffs side-by-side

added added

removed removed

Lines of Context:
360
360
        this parameter limits the size of the short-term, in-memory list of
361
361
        "dead" destinations. Destinations that don't fit the list are not
362
362
        added.
 
363
    transport_destination_concurrency_failed_cohort_limit
 
364
        Controls when a destination is considered "dead". This parameter is
 
365
        critical with a non-zero transport_destination_rate_delay, with a
 
366
        reduced transport_destination_concurrency_limit, or with a reduced
 
367
        initial_destination_concurrency.
363
368
 
364
369
IMPORTANT: If you increase the frequency of deferred mail delivery attempts, or
365
370
if you flush the deferred mail queue frequently, then you may find that Postfix
385
390
 
386
391
The default_process_limit configuration parameter gives direct control over how
387
392
many daemon processes Postfix will run. As of Postfix 2.0 the default limit is
388
 
100 smtp client processes, 100 smtp server processes, and so on. This may
 
393
100 SMTP client processes, 100 SMTP server processes, and so on. This may
389
394
overwhelm systems with little memory, as well as networks with low bandwidth.
390
395
 
391
396
You can change the global process limit by specifying a non-default
392
 
default_process_limit in the main.cf file. For example, to run up to 10 smtp
393
 
client processes, 10 smtp server processes, and so on:
 
397
default_process_limit in the main.cf file. For example, to run up to 10 SMTP
 
398
client processes, 10 SMTP server processes, and so on:
394
399
 
395
400
    /etc/postfix/main.cf:
396
401
        default_process_limit = 10