summaryrefslogtreecommitdiff
path: root/doc/doc-txt/ChangeLog
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-22 12:05:45 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-12-22 12:05:45 +0000
commit1f5b4c3d3200be53a3a6f2bf6791b70fc543b32f (patch)
tree7dfaffb075b437a149931a834f950ef5d6d38251 /doc/doc-txt/ChangeLog
parent18ce445ddbdb16e45270eb76bcb7b341ded5bf48 (diff)
Added $smtp_active_hostname as a variable, and used it in smtp_banner
default value instead of $primary_hostname.
Diffstat (limited to 'doc/doc-txt/ChangeLog')
-rw-r--r--doc/doc-txt/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index cdc3a636c..349296817 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.56 2004/12/21 16:26:31 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.57 2004/12/22 12:05:45 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -247,6 +247,12 @@ Exim version 4.50
58. The exicyclog utility now does better if the number of log files to keep
exceeds 99. In this case, it numbers them 001, 002 ... instead of 01, 02...
+59. Two changes related to the smtp_active_hostname option:
+
+ (1) $smtp_active_hostname is now available as a variable.
+ (2) The default for smtp_banner uses $smtp_active_hostname instead
+ of $primary_hostname.
+
Exim version 4.43
-----------------