2
0
mirror of https://github.com/vdukhovni/postfix synced 2025-09-01 14:45:32 +00:00

postfix-2.6-20080131

This commit is contained in:
Wietse Venema
2008-01-31 00:00:00 -05:00
committed by Viktor Dukhovni
parent 7e0c5f5102
commit 5b04672271
7 changed files with 21 additions and 8 deletions

View File

@@ -14280,8 +14280,10 @@ Apologies for any names omitted.
20080125 20080125
Bugfix: missing {} in the LDAP client. Victor Duchovni. Bugfix: missing {} in the LDAP client broke OpenLDAP TLS.
File: global/dict_ldap.c. The setting tls_require_cert=no was further broken because
Postfix used OpenLDAP incorrectly. Victor Duchovni. This
broke tls_require_cert=no File: global/dict_ldap.c.
20080126 20080126
@@ -14290,3 +14292,14 @@ Apologies for any names omitted.
use since Postfix 2.1, but it was never enforced. The use since Postfix 2.1, but it was never enforced. The
documentation for package maintainers has been updated documentation for package maintainers has been updated
accordingly. File: conf/post-install. accordingly. File: conf/post-install.
20080130
Bugfix (introduced 20071204): wrong proxywrite process limit
in the default master.cf file. File: conf/master.cf.
20080131
Bugfix (introduced 20080126): the new "do not execute
directly" test in post-install got broken during code
cleanup. File: conf/post-install.

View File

@@ -245,7 +245,7 @@ NOTE 1: As of version 2.5, Postfix no longer uses root privileges when opening
this file. The file should now be stored under the Postfix-owned this file. The file should now be stored under the Postfix-owned
data_directory. As a migration aid, an attempt to open the file under a non- data_directory. As a migration aid, an attempt to open the file under a non-
Postfix directory is redirected to the Postfix-owned data_directory, and a Postfix directory is redirected to the Postfix-owned data_directory, and a
warning is logged. If you wish to continue using an pre-existing database file, warning is logged. If you wish to continue using a pre-existing database file,
move it to the data_directory, and change ownership to the account specified move it to the data_directory, and change ownership to the account specified
with the mail_owner parameter. with the mail_owner parameter.

View File

@@ -32,7 +32,7 @@ trace unix - - n - 0 bounce
verify unix - - n - 1 verify verify unix - - n - 1 verify
flush unix n - n 1000? 0 flush flush unix n - n 1000? 0 flush
proxymap unix - - n - - proxymap proxymap unix - - n - - proxymap
proxywrite unix - - n - - proxymap proxywrite unix - - n - 1 proxymap
smtp unix - - n - - smtp smtp unix - - n - - smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops # When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay unix - - n - - smtp relay unix - - n - - smtp

View File

@@ -238,7 +238,7 @@ test -n "$create$upgrade_conf$first_install_reminder" || {
for name in config_directory $MOST_PARAMETERS for name in config_directory $MOST_PARAMETERS
do do
eval test -n \${$name} || { eval test -n \"\${$name}\" || {
echo "$0: Error: do not invoke this command directly" 1>&2 echo "$0: Error: do not invoke this command directly" 1>&2
echo Re-run this command as: postfix $0 ... 1>&2 echo Re-run this command as: postfix $0 ... 1>&2
exit 1 exit 1

View File

@@ -382,7 +382,7 @@ when opening this file. The file should now be stored under the
Postfix-owned <a href="postconf.5.html#data_directory">data_directory</a>. As a migration aid, an attempt to Postfix-owned <a href="postconf.5.html#data_directory">data_directory</a>. As a migration aid, an attempt to
open the file under a non-Postfix directory is redirected to the open the file under a non-Postfix directory is redirected to the
Postfix-owned <a href="postconf.5.html#data_directory">data_directory</a>, and a warning is logged. If you wish Postfix-owned <a href="postconf.5.html#data_directory">data_directory</a>, and a warning is logged. If you wish
to continue using an pre-existing database file, move it to the to continue using a pre-existing database file, move it to the
<a href="postconf.5.html#data_directory">data_directory</a>, and change ownership to the account specified with <a href="postconf.5.html#data_directory">data_directory</a>, and change ownership to the account specified with
the <a href="postconf.5.html#mail_owner">mail_owner</a> parameter. </p> the <a href="postconf.5.html#mail_owner">mail_owner</a> parameter. </p>

View File

@@ -382,7 +382,7 @@ when opening this file. The file should now be stored under the
Postfix-owned data_directory. As a migration aid, an attempt to Postfix-owned data_directory. As a migration aid, an attempt to
open the file under a non-Postfix directory is redirected to the open the file under a non-Postfix directory is redirected to the
Postfix-owned data_directory, and a warning is logged. If you wish Postfix-owned data_directory, and a warning is logged. If you wish
to continue using an pre-existing database file, move it to the to continue using a pre-existing database file, move it to the
data_directory, and change ownership to the account specified with data_directory, and change ownership to the account specified with
the mail_owner parameter. </p> the mail_owner parameter. </p>

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 "20080127" #define MAIL_RELEASE_DATE "20080131"
#define MAIL_VERSION_NUMBER "2.6" #define MAIL_VERSION_NUMBER "2.6"
#ifdef SNAPSHOT #ifdef SNAPSHOT