From: Wietse Venema
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