2
0
mirror of https://github.com/vdukhovni/postfix synced 2025-09-02 23:25:31 +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 Portability: Postfix TLS support uses /dev/urandom if
available and no system-specific setting exists in sys_defs.h. available and no system-specific setting exists in sys_defs.h.
Files: makedefs, util/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. 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 Fix bold "[" and "]" in manpages; these are not part of the
command line. command line.

View File

@@ -2731,7 +2731,7 @@ follows: </p>
<blockquote> <blockquote>
<pre> <pre>
# postfix tls enable-client # <a href="postfix-tls.1.html">postfix tls</a> enable-client
# postfix reload # postfix reload
</pre> </pre>
</blockquote> </blockquote>
@@ -2758,7 +2758,7 @@ erase all the SMTP client TLS settings and then enable client TLS: </p>
<blockquote> <blockquote>
<pre> <pre>
# postconf -X `postconf -nH | egrep '^smtp(_|_enforce_|_use_)tls'` # 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 # postfix reload
</pre> </pre>
</blockquote> </blockquote>
@@ -2771,7 +2771,7 @@ opportunistic TLS in the SMTP server as follows: </p>
<blockquote> <blockquote>
<pre> <pre>
# postfix tls enable-server # <a href="postfix-tls.1.html">postfix tls</a> enable-server
# postfix reload # postfix reload
</pre> </pre>
</blockquote> </blockquote>
@@ -2791,13 +2791,13 @@ all the SMTP server TLS settings and then enable server TLS: </p>
<blockquote> <blockquote>
<pre> <pre>
# postconf -X `postconf -nH | egrep '^smtpd(_|_enforce_|_use_)tls'` # 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 # postfix reload
</pre> </pre>
</blockquote> </blockquote>
<p> Postfix &ge; 3.1 provides additional built-in support for ongoing <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 sub-commands. These make it easy to generate certificate signing
requests, create and deploy new keys and certificates, and generate 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. 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> <p>
The location of the OpenSSL command line program openssl(1). This 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 certificate signing requests, self-signed certificates, and to
compute public key digests for DANE TLSA records. In multi-instance compute public key digests for DANE TLSA records. In multi-instance
environments, this parameter is always determined from the configuration 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"> <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title> Postfix manual - postfix-tls(1) </title> <title> Postfix manual - postfix-tls(1) </title>
</head> <body> <pre> </head> <body> <pre>
POSTFIX-TLS(1) POSTFIX-TLS(1) POSTFIX-TLS(1) General Commands Manual POSTFIX-TLS(1)
<b>NAME</b> <b>NAME</b>
postfix-tls - Postfix TLS management postfix-tls - Postfix TLS management
<b>SYNOPSIS</b> <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> <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- the Postfix SMTP client or server, and manages Postfix SMTP server pri-
vate keys and certificates. vate keys and certificates.
@@ -142,7 +142,7 @@ POSTFIX-TLS(1) POSTFIX-TLS(1)
rithms <b>rsa</b> and <b>ecdsa</b>. rithms <b>rsa</b> and <b>ecdsa</b>.
<b>CONFIGURATION PARAMETERS</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. configuration parameters.
<b><a href="postconf.5.html#command_directory">command_directory</a> (see 'postconf -d' output)</b> <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. 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> <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. 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> <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. 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> <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. The Secure Mailer license must be distributed with this software.
<b>HISTORY</b> <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> <b>AUTHOR(S)</b>
Viktor Dukhovni Viktor Dukhovni

View File

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

View File

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