From: Wietse Venema
Date: Sun, 19 Dec 2004 05:00:00 +0000 (-0500)
Subject: postfix-2.2-20041219
X-Git-Tag: v2.2.0-RC1~22
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3415cc07d46eb78938cc99e7a86bc2fee4f1bba1;p=thirdparty%2Fpostfix.git
postfix-2.2-20041219
---
diff --git a/postfix/HISTORY b/postfix/HISTORY
index a7256d330..f986ee5c6 100644
--- a/postfix/HISTORY
+++ b/postfix/HISTORY
@@ -9973,9 +9973,9 @@ Apologies for any names omitted.
Feature: selective suppression of SMTP extensions (pipelining,
starttls, auth, etc.); this is useful to work around broken
clients or servers. Specify a list of EHLO keywords with
- the smtp(d)_disable_ehlo_keywords parameters, or specify
+ the smtp(d)_discard_ehlo_keywords parameters, or specify
one or more lookup tables, indexed by remote network address,
- with the smtp(d)_disable_ehlo_keyword_address_maps parameters.
+ with the smtp(d)_discard_ehlo_keyword_address_maps parameters.
EHLO keyword lists are case insensitive. Files:
util/name_mask.[hc], global/ehlo_mask.[hc], smtpd/smtpd.c,
smtp/smtp.c, smtp/smtp_proto.c.
diff --git a/postfix/README_FILES/BACKSCATTER_README b/postfix/README_FILES/BACKSCATTER_README
index bee27caf9..b13457e48 100644
--- a/postfix/README_FILES/BACKSCATTER_README
+++ b/postfix/README_FILES/BACKSCATTER_README
@@ -131,8 +131,9 @@ This is of course practical only when you have very few systems that send HELO
commands like this, and when you never have to send mail to a user on such a
host.
-An alternative would be to remove the hostname with address masquerading, as
-described in the ADDRESS_REWRITING_README document.
+An alternative would be to remove the hostname from "hostname.porcupine.org"
+with address masquerading, as described in the ADDRESS_REWRITING_README
+document.
BBlloocckkiinngg bbaacckkssccaatttteerr mmaaiill wwiitthh ffoorrggeedd sseennddeerr iinnffoorrmmaattiioonn
@@ -195,5 +196,6 @@ http://www.t29.dk/antiantivirus.txt.
A plea to virus or spam scanner operators: please do not make the problem worse
by sending return mail to forged sender addresses. You're only harassing
-innocent people.
+innocent people. If you must return mail to the purported sender, please return
+the full message headers, so that the sender can defend against forgeries.
diff --git a/postfix/RELEASE_NOTES b/postfix/RELEASE_NOTES
index 5b4095ec8..aa1c54149 100644
--- a/postfix/RELEASE_NOTES
+++ b/postfix/RELEASE_NOTES
@@ -10,13 +10,14 @@ issued for snapshot releases.
Major changes with snapshot Postfix-2.2-20041218
================================================
-Fine control for SMTP inter-operability problems. You can now
-selectively turn off SMTP extensions (pipelining, starttls, auth,
-etc.), to work around specific broken clients or servers. Specify
-a list of EHLO keywords with the smtp(d)_disable_ehlo_keywords
-parameters, or specify one or more lookup tables, indexed by remote
-network address, with the smtp(d)_disable_ehlo_keyword_address_maps
-parameters. The EHLO keywords lists are case insensitive.
+Fine control for SMTP inter-operability problems, by discarding
+keywords sent or received with the EHLO handshake. Typically one
+would discard "pipelining", "starttls", or "auth". Specify a list
+of EHLO keywords with the smtp(d)_discard_ehlo_keywords parameters,
+or specify one or more lookup tables, indexed by remote network
+address, with the smtp(d)_discard_ehlo_keyword_address_maps
+parameters. Note: this only discards words from the EHLO conversation;
+it does not turn off the actual features in the SMTP server.
More client attributes for delivery to command with the local(8)
and pipe(8) delivery agents: client_hostname, client_address,
diff --git a/postfix/html/BACKSCATTER_README.html b/postfix/html/BACKSCATTER_README.html
index 0af36f398..268921926 100644
--- a/postfix/html/BACKSCATTER_README.html
+++ b/postfix/html/BACKSCATTER_README.html
@@ -209,7 +209,8 @@ mapping translates this temporary address into user@porcupine.org.
that send HELO commands like this, and when you never have to send
mail to a user on such a host.
- An alternative would be to remove the hostname with address
+
An alternative would be to remove the hostname from
+"hostname.porcupine.org" with address
masquerading, as described in the ADDRESS_REWRITING_README document.
@@ -295,7 +296,9 @@ or http://www.t29.dk/antiantivirus
A plea to virus or spam scanner operators: please do not make
the problem worse by sending return mail to forged sender addresses.
-You're only harassing innocent people.
+You're only harassing innocent people. If you must return mail to
+the purported sender, please return the full message headers, so
+that the sender can defend against forgeries.