mirror of
https://github.com/vdukhovni/postfix
synced 2025-08-22 09:57:34 +00:00
postfix-3.6-20200829
This commit is contained in:
parent
b9340f4f20
commit
068fb84b49
@ -25049,3 +25049,10 @@ Apologies for any names omitted.
|
||||
|
||||
Code health: deleted a mis-spelled macro from code and
|
||||
documentation. Files: bounce/bounce_template.[hc].
|
||||
|
||||
20200829
|
||||
|
||||
Other debt: updated the encoding in HTML from us-ascii to
|
||||
utf-8. Files: mantools/makemanidx, mantools/make_soho_readme,
|
||||
mantools/man2html, mantools/readme2html, proto/*_README.html,
|
||||
proto/INSTALL.html, proto/postconf.html.prolog, html/index.html.
|
||||
|
@ -593,7 +593,7 @@ The following is an extensive list of names and values.
|
||||
||-DNO_POSIX_GETPW_R |getpwuid_r. By default Postfix uses these |
|
||||
|| |where they are known to be available. |
|
||||
|_|_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _|_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
|
||||
||-DNO_RES_NCALLS |Do not build with the threadsafe resolver(5) |
|
||||
||-DNO_RES_NCALLS |Do not build with the threadsafe resolver(5) |
|
||||
|| |API (res_ninit() etc.). |
|
||||
|_|_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _|_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ |
|
||||
|| |Use setjmp()/longjmp() instead of sigsetjmp |
|
||||
|
@ -284,14 +284,14 @@ queues.
|
||||
|
||||
/-- smtp(8) --> Internet
|
||||
|
||||
qmgr(8) |
|
||||
|
|
||||
\-- | smtp(8) --> Internet
|
||||
|
|
||||
^
|
||||
|
|
||||
qmgr(8)
|
||||
|
|
||||
\-- | smtp(8) --> Internet
|
||||
|
|
||||
^
|
||||
|
|
||||
|
||||
scache(8)
|
||||
scache(8)
|
||||
|
||||
* The showq(8) servers list the Postfix queue status. This is the queue
|
||||
listing service that does the work for the mailq(1) and postqueue(1)
|
||||
@ -324,7 +324,7 @@ queues.
|
||||
|
||||
<---seed--- ---seed--->
|
||||
Network-> smtpd(8) tlsmgr(8) smtp(8) ->Network
|
||||
<-session-> <-session->
|
||||
<-session-> <-session->
|
||||
|
||||
/ | \
|
||||
|
|
||||
@ -342,11 +342,9 @@ queues.
|
||||
This process is described in the ADDRESS_VERIFICATION_README document. The
|
||||
verify(8) service is available with Postfix version 2.1 and later.
|
||||
|
||||
|
||||
probe Postfix
|
||||
message -> mail
|
||||
queue
|
||||
Network -> smtpd(8) <-> verify(8) ->
|
||||
Network -> smtpd(8) <-> verify(8) -> queue
|
||||
|
||||
|
|
||||
v
|
||||
@ -356,7 +354,6 @@ queues.
|
||||
^ agents
|
||||
|
|
||||
v
|
||||
|
||||
|
||||
Address
|
||||
verification
|
||||
|
@ -5,7 +5,7 @@ PPoossttffiixx lleeggaaccyy TTLLSS SSuuppppoorrtt
|
||||
NNOOTTEE
|
||||
|
||||
This document describes an old TLS user interface that is based on a third-
|
||||
party TLS patch by Lutz Jänicke. As of Postfix version 2.3, the old user
|
||||
party TLS patch by Lutz Ja"nicke. As of Postfix version 2.3, the old user
|
||||
interface still exists to allow migration from earlier Postfix releases, but
|
||||
its functionality is frozen.
|
||||
|
||||
@ -51,7 +51,7 @@ programs. Other colored boxes represent storage elements.
|
||||
|
||||
<---seed--- ---seed--->
|
||||
Network-> smtpd(8) tlsmgr(8) smtp(8) ->Network
|
||||
<-session-> <-session->
|
||||
<-session-> <-session->
|
||||
|
||||
/ | \
|
||||
|
|
||||
@ -1074,7 +1074,7 @@ Please differentiate when possible between:
|
||||
CCoommppaattiibbiilliittyy wwiitthh PPoossttffiixx <<22..22 TTLLSS ssuuppppoorrtt
|
||||
|
||||
Postfix version 2.2 TLS support is based on the Postfix/TLS patch by Lutz
|
||||
Jänicke, but differs in a few minor ways.
|
||||
Ja"nicke, but differs in a few minor ways.
|
||||
|
||||
* main.cf: Specify "btree" instead of "sdbm" for TLS session cache databases.
|
||||
|
||||
@ -1109,8 +1109,8 @@ support cycle.
|
||||
|
||||
CCrreeddiittss
|
||||
|
||||
* TLS support for Postfix was originally developed by Lutz Jänicke at Cottbus
|
||||
Technical University.
|
||||
* TLS support for Postfix was originally developed by Lutz Ja"nicke at
|
||||
Cottbus Technical University.
|
||||
* Wietse Venema adopted the code, did some restructuring, and compiled this
|
||||
part of the documentation from Lutz's documents.
|
||||
* Victor Duchovni was instrumental with the re-implementation of the
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Address Classes </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Address Rewriting </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Address Verification </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Backscatter Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title> Postfix Basic Configuration </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix BDAT (CHUNKING) support</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Built-in Content Inspection</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix CDB Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Backwards-Compatibility Safety Net</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Connection Cache </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Content Inspection </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Lookup Table Overview</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Berkeley DB Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title> Postfix Debugging Howto </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix DSN Support </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix ETRN Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix After-Queue Content Filter </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>TLS Forward Secrecy in Postfix</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Installation From Source Code </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix IPv6 Support</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix LDAP Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix and Linux</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix OpenLDAP LMDB Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Rejecting Unknown Local Recipients with Postfix</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix + Maildrop Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix logging to file or stdout</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix memcache client Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix before-queue Milter support </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Managing multiple Postfix instances on a single host</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix MySQL Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix and NFS</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Architecture Overview </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Guidelines for Package Builders</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix PCRE Support</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix PostgreSQL Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<title>Postfix Postscreen Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Bottleneck Analysis</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Per-Client/User/etc. Access Control</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
|
||||
<title>Postfix SASL Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Queue Scheduler</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix SMTP relay and access control </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix SMTP Access Policy Delegation </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Before-Queue Content Filter </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Small/Home Office Hints and Tips</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix SQLite Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Standard Configuration Examples</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Stress-Dependent Configuration</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix legacy TLS Support </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix TLS Support </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Performance Tuning</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix and UUCP </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix VERP Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Virtual Domain Hosting Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix XCLIENT Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix XFORWARD Howto</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - access(5) </title>
|
||||
</head> <body> <pre>
|
||||
ACCESS(5) ACCESS(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - aliases(5) </title>
|
||||
</head> <body> <pre>
|
||||
ALIASES(5) ALIASES(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - anvil(8) </title>
|
||||
</head> <body> <pre>
|
||||
ANVIL(8) ANVIL(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - bounce(5) </title>
|
||||
</head> <body> <pre>
|
||||
BOUNCE(5) BOUNCE(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - bounce(8) </title>
|
||||
</head> <body> <pre>
|
||||
BOUNCE(8) BOUNCE(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - canonical(5) </title>
|
||||
</head> <body> <pre>
|
||||
CANONICAL(5) CANONICAL(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - cidr_table(5) </title>
|
||||
</head> <body> <pre>
|
||||
CIDR_TABLE(5) CIDR_TABLE(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - cleanup(8) </title>
|
||||
</head> <body> <pre>
|
||||
CLEANUP(8) CLEANUP(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - bounce(8) </title>
|
||||
</head> <body> <pre>
|
||||
BOUNCE(8) BOUNCE(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - discard(8) </title>
|
||||
</head> <body> <pre>
|
||||
DISCARD(8) DISCARD(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - dnsblog(8) </title>
|
||||
</head> <body> <pre>
|
||||
DNSBLOG(8) DNSBLOG(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - error(8) </title>
|
||||
</head> <body> <pre>
|
||||
ERROR(8) ERROR(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - flush(8) </title>
|
||||
</head> <body> <pre>
|
||||
FLUSH(8) FLUSH(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - generic(5) </title>
|
||||
</head> <body> <pre>
|
||||
GENERIC(5) GENERIC(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - header_checks(5) </title>
|
||||
</head> <body> <pre>
|
||||
HEADER_CHECKS(5) HEADER_CHECKS(5)
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Documentation</title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - ldap_table(5) </title>
|
||||
</head> <body> <pre>
|
||||
LDAP_TABLE(5) LDAP_TABLE(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - lmdb_table(5) </title>
|
||||
</head> <body> <pre>
|
||||
LMDB_TABLE(5) LMDB_TABLE(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - smtp(8) </title>
|
||||
</head> <body> <pre>
|
||||
SMTP(8) SMTP(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - local(8) </title>
|
||||
</head> <body> <pre>
|
||||
LOCAL(8) LOCAL(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - sendmail(1) </title>
|
||||
</head> <body> <pre>
|
||||
SENDMAIL(1) SENDMAIL(1)
|
||||
|
@ -1,10 +1,10 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - makedefs(1) </title>
|
||||
</head> <body> <pre>
|
||||
MAKEDEFS(1) General Commands Manual MAKEDEFS(1)
|
||||
MAKEDEFS(1) MAKEDEFS(1)
|
||||
|
||||
<b>NAME</b>
|
||||
makedefs - Postfix makefile configuration utility
|
||||
@ -110,45 +110,45 @@ MAKEDEFS(1) General Commands Manual MAKEDEFS(1)
|
||||
Disable support for POSIX getpwnam_r/getpwuid_r.
|
||||
|
||||
<b>-DNO_RES_NCALLS</b>
|
||||
Do not build with the threadsafe resolver(5) API
|
||||
Do not build with the threadsafe resolver(5) API
|
||||
(res_ninit() etc.).
|
||||
|
||||
<b>-DNO_SIGSETJMP</b>
|
||||
Use setjmp()/longjmp() instead of sigsetjmp()/sig-
|
||||
longjmp(). By default, Postfix uses sigsetjmp()/sig-
|
||||
Use setjmp()/longjmp() instead of sigsetjmp()/sig-
|
||||
longjmp(). By default, Postfix uses sigsetjmp()/sig-
|
||||
longjmp() when they appear to work.
|
||||
|
||||
<b>-DNO_SNPRINTF</b>
|
||||
Use sprintf() instead of snprintf(). By default, Postfix
|
||||
Use sprintf() instead of snprintf(). By default, Postfix
|
||||
uses snprintf() except on ancient systems.
|
||||
|
||||
<b>DEBUG=</b><i>debug</i><b>_</b><i>level</i>
|
||||
Specifies a non-default debugging level. The default is <b>-g</b>.
|
||||
Specifies a non-default debugging level. The default is <b>-g</b>.
|
||||
Specify <b>DEBUG=</b> to turn off debugging.
|
||||
|
||||
<b>OPT=</b><i>optimization</i><b>_</b><i>level</i>
|
||||
Specifies a non-default optimization level. The default is <b>-O</b>.
|
||||
Specifies a non-default optimization level. The default is <b>-O</b>.
|
||||
Specify <b>OPT=</b> to turn off optimization.
|
||||
|
||||
<b>POSTFIX_INSTALL_OPTS=</b><i>-option...</i>
|
||||
Specifies options for the postfix-install command, separated by
|
||||
whitespace. Currently, the only supported option is
|
||||
Specifies options for the postfix-install command, separated by
|
||||
whitespace. Currently, the only supported option is
|
||||
<b>-keep-build-mtime</b>.
|
||||
|
||||
<b>SHLIB_CFLAGS=</b><i>flags</i>
|
||||
Override the compiler flags (typically, "-fPIC") for Postfix
|
||||
Override the compiler flags (typically, "-fPIC") for Postfix
|
||||
dynamically-linked libraries and database plugins.
|
||||
|
||||
This feature was introduced with Postfix 3.0.
|
||||
|
||||
<b>SHLIB_RPATH=</b><i>rpath</i>
|
||||
Override the runpath (typically, "'-Wl,-rpath,${SHLIB_DIR}'")
|
||||
Override the runpath (typically, "'-Wl,-rpath,${SHLIB_DIR}'")
|
||||
for Postfix dynamically-linked libraries.
|
||||
|
||||
This feature was introduced with Postfix 3.0.
|
||||
|
||||
<b>SHLIB_SUFFIX=</b><i>suffix</i>
|
||||
Override the filename suffix (typically, ".so") for Postfix
|
||||
Override the filename suffix (typically, ".so") for Postfix
|
||||
dynamically-linked libraries and database plugins.
|
||||
|
||||
This feature was introduced with Postfix 3.0.
|
||||
@ -156,7 +156,7 @@ MAKEDEFS(1) General Commands Manual MAKEDEFS(1)
|
||||
<b>shared=yes</b>
|
||||
|
||||
<b>shared=no</b>
|
||||
Enable (disable) Postfix builds with dynamically-linked
|
||||
Enable (disable) Postfix builds with dynamically-linked
|
||||
libraries typically named $<a href="postconf.5.html#shlib_directory">shlib_directory</a>/libpostfix-*.so.*.
|
||||
|
||||
This feature was introduced with Postfix 3.0.
|
||||
@ -164,39 +164,39 @@ MAKEDEFS(1) General Commands Manual MAKEDEFS(1)
|
||||
<b>dynamicmaps=yes</b>
|
||||
|
||||
<b>dynamicmaps=no</b>
|
||||
Enable (disable) Postfix builds with the configuration file
|
||||
Enable (disable) Postfix builds with the configuration file
|
||||
$<a href="postconf.5.html#meta_directory">meta_directory</a>/dynamicmaps.cf and dynamically-loadable database
|
||||
plugins typically named postfix-*.so.*. The setting "dynam-
|
||||
icmaps=yes" implicitly enables Postfix dynamically-linked
|
||||
plugins typically named postfix-*.so.*. The setting "dynam-
|
||||
icmaps=yes" implicitly enables Postfix dynamically-linked
|
||||
libraries.
|
||||
|
||||
This feature was introduced with Postfix 3.0.
|
||||
|
||||
<b>pie=yes</b>
|
||||
|
||||
<b>pie=no</b> Enable (disable) Postfix builds with position-independent exe-
|
||||
<b>pie=no</b> Enable (disable) Postfix builds with position-independent exe-
|
||||
cutables, on platforms where this is supported.
|
||||
|
||||
This feature was introduced with Postfix 3.0.
|
||||
|
||||
<i>installation</i><b>_</b><i>parameter</i><b>=</b><i>value</i>...
|
||||
Override the compiled-in default value of the specified instal-
|
||||
lation parameter(s). The following parameters are supported in
|
||||
Override the compiled-in default value of the specified instal-
|
||||
lation parameter(s). The following parameters are supported in
|
||||
this context:
|
||||
|
||||
<a href="postconf.5.html#command_directory">command_directory</a> <a href="postconf.5.html#config_directory">config_directory</a> <a href="postconf.5.html#daemon_directory">daemon_directory</a> <a href="postconf.5.html#data_directory">data_direc</a>-
|
||||
<a href="postconf.5.html#data_directory">tory</a> <a href="postconf.5.html#default_database_type">default_database_type</a> <a href="postconf.5.html#html_directory">html_directory</a> <a href="postconf.5.html#mail_spool_directory">mail_spool_directory</a>
|
||||
<a href="postconf.5.html#mailq_path">mailq_path</a> <a href="postconf.5.html#manpage_directory">manpage_directory</a> <a href="postconf.5.html#meta_directory">meta_directory</a> <a href="postconf.5.html#newaliases_path">newaliases_path</a>
|
||||
<a href="postconf.5.html#queue_directory">queue_directory</a> <a href="postconf.5.html#readme_directory">readme_directory</a> <a href="postconf.5.html#sendmail_path">sendmail_path</a> <a href="postconf.5.html#shlib_directory">shlib_directory</a>
|
||||
<a href="postconf.5.html#command_directory">command_directory</a> <a href="postconf.5.html#config_directory">config_directory</a> <a href="postconf.5.html#daemon_directory">daemon_directory</a> <a href="postconf.5.html#data_directory">data_direc</a>-
|
||||
<a href="postconf.5.html#data_directory">tory</a> <a href="postconf.5.html#default_database_type">default_database_type</a> <a href="postconf.5.html#html_directory">html_directory</a> <a href="postconf.5.html#mail_spool_directory">mail_spool_directory</a>
|
||||
<a href="postconf.5.html#mailq_path">mailq_path</a> <a href="postconf.5.html#manpage_directory">manpage_directory</a> <a href="postconf.5.html#meta_directory">meta_directory</a> <a href="postconf.5.html#newaliases_path">newaliases_path</a>
|
||||
<a href="postconf.5.html#queue_directory">queue_directory</a> <a href="postconf.5.html#readme_directory">readme_directory</a> <a href="postconf.5.html#sendmail_path">sendmail_path</a> <a href="postconf.5.html#shlib_directory">shlib_directory</a>
|
||||
<a href="postconf.5.html#openssl_path">openssl_path</a>
|
||||
|
||||
See the <a href="postconf.5.html">postconf(5)</a> manpage for a description of these parame-
|
||||
See the <a href="postconf.5.html">postconf(5)</a> manpage for a description of these parame-
|
||||
ters.
|
||||
|
||||
This feature was introduced with Postfix 3.0.
|
||||
|
||||
<b>WARN=</b><i>warning</i><b>_</b><i>flags</i>
|
||||
Specifies non-default gcc compiler warning options for use when
|
||||
Specifies non-default gcc compiler warning options for use when
|
||||
"make" is invoked in a source subdirectory only.
|
||||
|
||||
<b>LICENSE</b>
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - master(5) </title>
|
||||
</head> <body> <pre>
|
||||
MASTER(5) MASTER(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - master(8) </title>
|
||||
</head> <body> <pre>
|
||||
MASTER(8) MASTER(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - memcache_table(5) </title>
|
||||
</head> <body> <pre>
|
||||
MEMCACHE_TABLE(5) MEMCACHE_TABLE(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - mysql_table(5) </title>
|
||||
</head> <body> <pre>
|
||||
MYSQL_TABLE(5) MYSQL_TABLE(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - sendmail(1) </title>
|
||||
</head> <body> <pre>
|
||||
SENDMAIL(1) SENDMAIL(1)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - nisplus_table(5) </title>
|
||||
</head> <body> <pre>
|
||||
NISPLUS_TABLE(5) NISPLUS_TABLE(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - oqmgr(8) </title>
|
||||
</head> <body> <pre>
|
||||
OQMGR(8) OQMGR(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - pcre_table(5) </title>
|
||||
</head> <body> <pre>
|
||||
PCRE_TABLE(5) PCRE_TABLE(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - pgsql_table(5) </title>
|
||||
</head> <body> <pre>
|
||||
PGSQL_TABLE(5) PGSQL_TABLE(5)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - pickup(8) </title>
|
||||
</head> <body> <pre>
|
||||
PICKUP(8) PICKUP(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - pipe(8) </title>
|
||||
</head> <body> <pre>
|
||||
PIPE(8) PIPE(8)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - postalias(1) </title>
|
||||
</head> <body> <pre>
|
||||
POSTALIAS(1) POSTALIAS(1)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - postcat(1) </title>
|
||||
</head> <body> <pre>
|
||||
POSTCAT(1) POSTCAT(1)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - postconf(1) </title>
|
||||
</head> <body> <pre>
|
||||
POSTCONF(1) POSTCONF(1)
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Configuration Parameters </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
@ -12935,7 +12935,7 @@ exclude, is supported, but not recommended. The exclusion syntax more
|
||||
accurately matches the underlying OpenSSL interface. </p>
|
||||
|
||||
<p> When using the exclusion syntax, take care to ensure that the range
|
||||
of protocols supported by the Postfixm SMTP client is contiguous. When
|
||||
of protocols supported by the Postfix SMTP client is contiguous. When
|
||||
a protocol version is enabled, disabling any higher version implicitly
|
||||
disables all versions above that higher version. Thus, for example: </p>
|
||||
|
||||
@ -17372,7 +17372,7 @@ compiled and linked with OpenSSL 1.0.0 or later. </p>
|
||||
|
||||
<p> The Postfix SMTP server security grade for ephemeral elliptic-curve
|
||||
Diffie-Hellman (EECDH) key exchange. As of Postfix 3.6, the value of
|
||||
this parameter is always ignored, and Postfix behaves as though th
|
||||
this parameter is always ignored, and Postfix behaves as though the
|
||||
<b>auto</b> value (described below) was chosen.
|
||||
</p>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - postdrop(1) </title>
|
||||
</head> <body> <pre>
|
||||
POSTDROP(1) POSTDROP(1)
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<title>Postfix Manual Pages </title>
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
|
||||
</head>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - postfix-tls(1) </title>
|
||||
</head> <body> <pre>
|
||||
POSTFIX-TLS(1) POSTFIX-TLS(1)
|
||||
|
@ -1,7 +1,7 @@
|
||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html> <head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title> Postfix manual - postfix-wrapper(5) </title>
|
||||
</head> <body> <pre>
|
||||
POSTFIX-WRAPPER(5) POSTFIX-WRAPPER(5)
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user