diff --git a/postfix/README_FILES/ADDRESS_VERIFICATION_README b/postfix/README_FILES/ADDRESS_VERIFICATION_README index cdb89fc6c..e27184138 100644 --- a/postfix/README_FILES/ADDRESS_VERIFICATION_README +++ b/postfix/README_FILES/ADDRESS_VERIFICATION_README @@ -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. diff --git a/postfix/html/ADDRESS_VERIFICATION_README.html b/postfix/html/ADDRESS_VERIFICATION_README.html index 09587e5c0..70c6e6f22 100644 --- a/postfix/html/ADDRESS_VERIFICATION_README.html +++ b/postfix/html/ADDRESS_VERIFICATION_README.html @@ -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.
diff --git a/postfix/html/postconf.5.html b/postfix/html/postconf.5.html index be2b7499b..7144efacd 100644 --- a/postfix/html/postconf.5.html +++ b/postfix/html/postconf.5.html @@ -1351,7 +1351,8 @@ Instead of $name you can also specify ${name} or $(name).Restrict the characters that the local(8) delivery agent allows in -$name expansions of $mailbox_command. Characters outside the +$name expansions of $mailbox_command and $command_execution_directory. +Characters outside the allowed set are replaced by underscores.
@@ -7502,7 +7503,7 @@ the unix: prefix),Restrict the characters that the local(8) delivery agent allows in -$name expansions of $mailbox_command. Characters outside the +$name expansions of $mailbox_command and $command_execution_directory. +Characters outside the allowed set are replaced by underscores.
diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index 3f5ed65af..3b0af353a 100644 --- a/postfix/src/global/mail_version.h +++ b/postfix/src/global/mail_version.h @@ -20,8 +20,8 @@ * Patches change both the patchlevel and the release date. Snapshots have no * patchlevel; they change the release date only. */ -#define MAIL_RELEASE_DATE "20080210" -#define MAIL_VERSION_NUMBER "2.5.1-RC2" +#define MAIL_RELEASE_DATE "20080216" +#define MAIL_VERSION_NUMBER "2.5.1" #ifdef SNAPSHOT # define MAIL_VERSION_DATE "-" MAIL_RELEASE_DATE