From: Wietse Venema Date: Thu, 18 May 2006 05:00:00 +0000 (-0500) Subject: postfix-2.3-20060518 X-Git-Tag: v2.3-RC1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=348e0563f344f8086c7690706b44f425785aac81;p=thirdparty%2Fpostfix.git postfix-2.3-20060518 --- diff --git a/postfix/HISTORY b/postfix/HISTORY index dd2a4f938..2d4cb49cd 100644 --- a/postfix/HISTORY +++ b/postfix/HISTORY @@ -12160,8 +12160,8 @@ Apologies for any names omitted. File: cleanup/cleanup_message.c. Workaround: OpenSSL 0.9.8[ab] with zlib support interoperability - problem. Victor Duchovni. Files: tls/tls_client.c, tls/tls_misc.c, - tls/tls_server.c. + problem. Victor Duchovni. Files: tls/tls_client.c, + tls/tls_misc.c, tls/tls_server.c. Wish list: diff --git a/postfix/README_FILES/ADDRESS_REWRITING_README b/postfix/README_FILES/ADDRESS_REWRITING_README index bca109535..5a701344a 100644 --- a/postfix/README_FILES/ADDRESS_REWRITING_README +++ b/postfix/README_FILES/ADDRESS_REWRITING_README @@ -513,10 +513,6 @@ or pgsql: are sufficient. For dynamic mappings you can use regular expression tables. This requires that you become intimately familiar with the ideas expressed in regexp_table(5), pcre_table(5) and virtual(5). -Note: automatic BCC recipients are produced only for new mail. To avoid mailer -loops, automatic BCC recipients are not generated for mail that is forwarded -internally, and are not generated for mail that is generated by Postfix itself. - Virtual aliasing can be turned off selectively for mail received by smtpd(8), qmqpd(8), or pickup(8), by overriding main.cf settings in the master.cf file. This feature is available in Postfix version 2.1 and later. diff --git a/postfix/README_FILES/STANDARD_CONFIGURATION_README b/postfix/README_FILES/STANDARD_CONFIGURATION_README index 7fdc63bb0..46b6dba47 100644 --- a/postfix/README_FILES/STANDARD_CONFIGURATION_README +++ b/postfix/README_FILES/STANDARD_CONFIGURATION_README @@ -413,8 +413,8 @@ Important notes: up.domain.tld" domain. This prevents your mail queue from filling up with undeliverable MAILER-DAEMON messages. If you can't maintain a list of valid recipients then you must specify "relay_recipient_maps =" (that is, an - empty value), or you must specify an "@example.com x" wild-card in the - relay_recipients table. + empty value), or you must specify an "@the.backed-up.domain x" wild-card in + the relay_recipients table. * Line 22: The [] forces Postfix to do no MX lookup. diff --git a/postfix/html/ADDRESS_REWRITING_README.html b/postfix/html/ADDRESS_REWRITING_README.html index 2a2ab64d3..4c1c53813 100644 --- a/postfix/html/ADDRESS_REWRITING_README.html +++ b/postfix/html/ADDRESS_REWRITING_README.html @@ -800,11 +800,6 @@ can use regular expression tables. This requires that you become intimately familiar with the ideas expressed in regexp_table(5), pcre_table(5) and virtual(5).

-

Note: automatic BCC recipients are produced only for new mail. -To avoid mailer loops, automatic BCC recipients are not generated -for mail that is forwarded internally, and are not generated for -mail that is generated by Postfix itself.

-

Virtual aliasing can be turned off selectively for mail received by smtpd(8), qmqpd(8), or pickup(8), by overriding main.cf settings in the master.cf file. This feature is available in Postfix version diff --git a/postfix/html/STANDARD_CONFIGURATION_README.html b/postfix/html/STANDARD_CONFIGURATION_README.html index 75079d293..7823217ff 100644 --- a/postfix/html/STANDARD_CONFIGURATION_README.html +++ b/postfix/html/STANDARD_CONFIGURATION_README.html @@ -566,7 +566,7 @@ world than the local machine.

from filling up with undeliverable MAILER-DAEMON messages. If you can't maintain a list of valid recipients then you must specify "relay_recipient_maps =" (that is, an empty value), or you must -specify an "@example.com x" wild-card in the relay_recipients +specify an "@the.backed-up.domain x" wild-card in the relay_recipients table.

  • Line 22: The [] forces Postfix to do no MX lookup.

    diff --git a/postfix/proto/ADDRESS_REWRITING_README.html b/postfix/proto/ADDRESS_REWRITING_README.html index b29820e00..76c78e0cb 100644 --- a/postfix/proto/ADDRESS_REWRITING_README.html +++ b/postfix/proto/ADDRESS_REWRITING_README.html @@ -800,11 +800,6 @@ can use regular expression tables. This requires that you become intimately familiar with the ideas expressed in regexp_table(5), pcre_table(5) and virtual(5).

    -

    Note: automatic BCC recipients are produced only for new mail. -To avoid mailer loops, automatic BCC recipients are not generated -for mail that is forwarded internally, and are not generated for -mail that is generated by Postfix itself.

    -

    Virtual aliasing can be turned off selectively for mail received by smtpd(8), qmqpd(8), or pickup(8), by overriding main.cf settings in the master.cf file. This feature is available in Postfix version diff --git a/postfix/proto/STANDARD_CONFIGURATION_README.html b/postfix/proto/STANDARD_CONFIGURATION_README.html index 9907ae877..5250a023e 100644 --- a/postfix/proto/STANDARD_CONFIGURATION_README.html +++ b/postfix/proto/STANDARD_CONFIGURATION_README.html @@ -566,7 +566,7 @@ world than the local machine.

    from filling up with undeliverable MAILER-DAEMON messages. If you can't maintain a list of valid recipients then you must specify "relay_recipient_maps =" (that is, an empty value), or you must -specify an "@example.com x" wild-card in the relay_recipients +specify an "@the.backed-up.domain x" wild-card in the relay_recipients table.

  • Line 22: The [] forces Postfix to do no MX lookup.

    diff --git a/postfix/src/global/mail_version.h b/postfix/src/global/mail_version.h index ace18a031..0aa427842 100644 --- a/postfix/src/global/mail_version.h +++ b/postfix/src/global/mail_version.h @@ -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 "20060430" +#define MAIL_RELEASE_DATE "20060518" #define MAIL_VERSION_NUMBER "2.3" #ifdef SNAPSHOT