summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-09-25 11:25:37 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-09-25 11:25:37 +0000
commit26da7e207f1978012085c096366d623dc15b9778 (patch)
treef74adf729cff9cc3c6a6c27d5d77ad3b53d34a68 /doc
parent6ea85e9a4ac76f292db7bb946d6ada8d3ac93a2d (diff)
Change callout EHLO/HELO from smtp_active_hostname to the helo_data
setting from the transport, when there is one.
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index ba67b7315..be2b79735 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.397 2006/09/25 10:14:20 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.398 2006/09/25 11:25:37 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -55,6 +55,14 @@ JJ/02 exipick 20060919.0, --show-vars args can now be regular expressions,
PH/10 Added the log_reject_target ACL modifier to specify where to log
rejections.
+PH/11 Callouts were setting the name used for EHLO/HELO from $smtp_active_
+ hostname. This is wrong, because it relates to the incoming message (and
+ probably the interface on which it is arriving) and not to the outgoing
+ callout (which could be using a different interface). This has been
+ changed to use the value of the helo_data option from the smtp transport
+ instead - this is what is used when a message is actually being sent. If
+ there is no remote transport (possible with a router that sets up host
+ addresses), $smtp_active_hostname is used.
Exim version 4.63