mirror of
https://github.com/vdukhovni/postfix
synced 2025-08-30 21:55:20 +00:00
postfix-2.6-20080131
This commit is contained in:
committed by
Viktor Dukhovni
parent
7e0c5f5102
commit
5b04672271
@@ -14280,8 +14280,10 @@ Apologies for any names omitted.
|
||||
|
||||
20080125
|
||||
|
||||
Bugfix: missing {} in the LDAP client. Victor Duchovni.
|
||||
File: global/dict_ldap.c.
|
||||
Bugfix: missing {} in the LDAP client broke OpenLDAP TLS.
|
||||
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
|
||||
|
||||
@@ -14290,3 +14292,14 @@ Apologies for any names omitted.
|
||||
use since Postfix 2.1, but it was never enforced. The
|
||||
documentation for package maintainers has been updated
|
||||
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.
|
||||
|
@@ -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
|
||||
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
|
||||
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
|
||||
with the mail_owner parameter.
|
||||
|
||||
|
@@ -32,7 +32,7 @@ trace unix - - n - 0 bounce
|
||||
verify unix - - n - 1 verify
|
||||
flush unix n - n 1000? 0 flush
|
||||
proxymap unix - - n - - proxymap
|
||||
proxywrite unix - - n - - proxymap
|
||||
proxywrite unix - - n - 1 proxymap
|
||||
smtp unix - - n - - smtp
|
||||
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
|
||||
relay unix - - n - - smtp
|
||||
|
@@ -238,7 +238,7 @@ test -n "$create$upgrade_conf$first_install_reminder" || {
|
||||
|
||||
for name in config_directory $MOST_PARAMETERS
|
||||
do
|
||||
eval test -n \${$name} || {
|
||||
eval test -n \"\${$name}\" || {
|
||||
echo "$0: Error: do not invoke this command directly" 1>&2
|
||||
echo Re-run this command as: postfix $0 ... 1>&2
|
||||
exit 1
|
||||
|
@@ -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
|
||||
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
|
||||
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
|
||||
the <a href="postconf.5.html#mail_owner">mail_owner</a> parameter. </p>
|
||||
|
||||
|
@@ -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
|
||||
open the file under a non-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, 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
|
||||
the mail_owner parameter. </p>
|
||||
|
||||
|
@@ -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 "20080127"
|
||||
#define MAIL_RELEASE_DATE "20080131"
|
||||
#define MAIL_VERSION_NUMBER "2.6"
|
||||
|
||||
#ifdef SNAPSHOT
|
||||
|
Reference in New Issue
Block a user