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
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.
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.
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
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
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>
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>
* 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