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

« back to all changes in this revision

Viewing changes to proto/OVERVIEW.html

  • 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:
737
737
keeps the zombies away, more smtpd(8) processes remain available
738
738
for legitimate clients.  </p>
739
739
 
 
740
<p> postscreen(8) maintains a temporary whitelist for clients that
 
741
pass its tests; by allowing whitelisted clients to skip tests,
 
742
postscreen(8) minimizes its impact on legitimate email traffic.
 
743
</p>
 
744
 
740
745
<p> The postscreen(8) server is available with Postfix 2.8 and
741
746
later. To keep the implementation simple, postscreen(8) delegates
742
 
DNS white/backlist lookups to dnsblog(8) server processes, and
 
747
DNS white/blacklist lookups to dnsblog(8) server processes, and
743
748
delegates TLS encryption/decryption to tlsproxy(8) server processes.
744
749
This delegation is invisible to the remote SMTP client, and is not
745
750
shown in the diagram below.  </p>