2
0
mirror of https://github.com/vdukhovni/postfix synced 2025-08-29 05:07:58 +00:00

postfix-3.1-20160208

This commit is contained in:
Wietse Venema 2016-02-08 00:00:00 -05:00 committed by Viktor Dukhovni
parent d577867258
commit faa316203c
9 changed files with 2321 additions and 14 deletions

View File

@ -22152,3 +22152,8 @@ Apologies for any names omitted.
Portability: Postfix TLS support uses /dev/urandom if
available and no system-specific setting exists in sys_defs.h.
Files: makedefs, util/sys_defs.h.
20160208
Cleanup: building the INSTALL file had failed, added
hyperlinks for "postfix tls". Files: mantools/postlink.

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -6,6 +6,8 @@ Wish list:
Disable -DSNAPSHOT and -DNONPROD in makedefs.
Add "postfix tls" and other new stuff to RELEASE_NOTES.
Fix bold "[" and "]" in manpages; these are not part of the
command line.

View File

@ -2731,7 +2731,7 @@ follows: </p>
<blockquote>
<pre>
# postfix tls enable-client
# <a href="postfix-tls.1.html">postfix tls</a> enable-client
# postfix reload
</pre>
</blockquote>
@ -2758,7 +2758,7 @@ erase all the SMTP client TLS settings and then enable client TLS: </p>
<blockquote>
<pre>
# postconf -X `postconf -nH | egrep '^smtp(_|_enforce_|_use_)tls'`
# postfix tls enable-client
# <a href="postfix-tls.1.html">postfix tls</a> enable-client
# postfix reload
</pre>
</blockquote>
@ -2771,7 +2771,7 @@ opportunistic TLS in the SMTP server as follows: </p>
<blockquote>
<pre>
# postfix tls enable-server
# <a href="postfix-tls.1.html">postfix tls</a> enable-server
# postfix reload
</pre>
</blockquote>
@ -2791,13 +2791,13 @@ all the SMTP server TLS settings and then enable server TLS: </p>
<blockquote>
<pre>
# postconf -X `postconf -nH | egrep '^smtpd(_|_enforce_|_use_)tls'`
# postfix tls enable-server
# <a href="postfix-tls.1.html">postfix tls</a> enable-server
# postfix reload
</pre>
</blockquote>
<p> Postfix &ge; 3.1 provides additional built-in support for ongoing
management of TLS in the SMTP server, via additional "postfix tls"
management of TLS in the SMTP server, via additional "<a href="postfix-tls.1.html">postfix tls</a>"
sub-commands. These make it easy to generate certificate signing
requests, create and deploy new keys and certificates, and generate
DANE TLSA records. See the <a href="postfix-tls.1.html">postfix-tls(1)</a> documentation for details.

View File

@ -7315,7 +7315,7 @@ and <a href="postconf.5.html#reject_unknown_recipient_domain">reject_unknown_rec
<p>
The location of the OpenSSL command line program openssl(1). This
is used by the "<b>postfix tls</b>" command to create private keys,
is used by the "<b><a href="postfix-tls.1.html">postfix tls</a></b>" command to create private keys,
certificate signing requests, self-signed certificates, and to
compute public key digests for DANE TLSA records. In multi-instance
environments, this parameter is always determined from the configuration

View File

@ -4,16 +4,16 @@
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title> Postfix manual - postfix-tls(1) </title>
</head> <body> <pre>
POSTFIX-TLS(1) POSTFIX-TLS(1)
POSTFIX-TLS(1) General Commands Manual POSTFIX-TLS(1)
<b>NAME</b>
postfix-tls - Postfix TLS management
<b>SYNOPSIS</b>
<b>postfix tls</b> <i>subcommand</i> <b>...</b>
<b><a href="postfix-tls.1.html">postfix tls</a></b> <i>subcommand</i> <b>...</b>
<b>DESCRIPTION</b>
The "<b>postfix tls</b> <i>subcommand</i> <b>...</b>" feature enables opportunistic TLS in
The "<b><a href="postfix-tls.1.html">postfix tls</a></b> <i>subcommand</i> <b>...</b>" feature enables opportunistic TLS in
the Postfix SMTP client or server, and manages Postfix SMTP server pri-
vate keys and certificates.
@ -142,7 +142,7 @@ POSTFIX-TLS(1) POSTFIX-TLS(1)
rithms <b>rsa</b> and <b>ecdsa</b>.
<b>CONFIGURATION PARAMETERS</b>
The "<b>postfix tls</b> <i>subcommand</i> <b>...</b>" feature reads or updates the following
The "<b><a href="postfix-tls.1.html">postfix tls</a></b> <i>subcommand</i> <b>...</b>" feature reads or updates the following
configuration parameters.
<b><a href="postconf.5.html#command_directory">command_directory</a> (see 'postconf -d' output)</b>
@ -172,11 +172,11 @@ POSTFIX-TLS(1) POSTFIX-TLS(1)
File with the Postfix SMTP server RSA certificate in PEM format.
<b><a href="postconf.5.html#smtpd_tls_eccert_file">smtpd_tls_eccert_file</a> (empty)</b>
File with the Postfix SMTP server ECDSA certificate in PEM for-
File with the Postfix SMTP server ECDSA certificate in PEM for-
mat.
<b><a href="postconf.5.html#smtpd_tls_eckey_file">smtpd_tls_eckey_file</a> ($<a href="postconf.5.html#smtpd_tls_eccert_file">smtpd_tls_eccert_file</a>)</b>
File with the Postfix SMTP server ECDSA private key in PEM for-
File with the Postfix SMTP server ECDSA private key in PEM for-
mat.
<b><a href="postconf.5.html#smtpd_tls_key_file">smtpd_tls_key_file</a> ($<a href="postconf.5.html#smtpd_tls_cert_file">smtpd_tls_cert_file</a>)</b>
@ -208,7 +208,7 @@ POSTFIX-TLS(1) POSTFIX-TLS(1)
The Secure Mailer license must be distributed with this software.
<b>HISTORY</b>
The "<b>postfix tls</b>" command was introduced with Postfix version 3.1.
The "<b><a href="postfix-tls.1.html">postfix tls</a></b>" command was introduced with Postfix version 3.1.
<b>AUTHOR(S)</b>
Viktor Dukhovni

View File

@ -1133,6 +1133,7 @@ while (<>) {
s/\b"*deferred"* *queues*\b/<a href="QSHAPE_README.html#deferred_queue">$&<\/a>/;
s/\b"*hold"* *queues*\b/<a href="QSHAPE_README.html#hold_queue">$&<\/a>/;
s/\b("*hold"*),/<a href="QSHAPE_README.html#hold_queue">$1<\/a>,/;
s/\b(postfix *tls)\b/<a href="postfix-tls.1.html">$1<\/a>/;
# Hyperlink map types.

View File

@ -20,7 +20,7 @@
* Patches change both the patchlevel and the release date. Snapshots have no
* patchlevel; they change the release date only.
*/
#define MAIL_RELEASE_DATE "20160207"
#define MAIL_RELEASE_DATE "20160208"
#define MAIL_VERSION_NUMBER "3.1"
#ifdef SNAPSHOT