summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2006-11-07 11:28:05 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2006-11-07 11:28:05 +0000
commit99ea1c866060c4ca655973128f06d41c8efe9a44 (patch)
tree9b55923877cf1d573f020036a778bac2a9d124de /doc
parent935ff400bc242e824ad2e1d2b5571fb9e611f923 (diff)
Return remote errors for LMTP over pipe (so now it's the same as LMTP
over TCP/IP).
Diffstat (limited to 'doc')
-rw-r--r--doc/doc-txt/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index 99e28d07a..53b82096f 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.425 2006/11/06 15:50:12 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.426 2006/11/07 11:28:05 ph10 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -247,6 +247,11 @@ PH/36 After a 4xx response to a RCPT error, that address was delayed (in queue
can be overridden by setting address_retry_include_sender=false in the
smtp transport.
+PH/37 For LMTP over TCP/IP (the smtp transport), error responses from the
+ remote server are returned as part of bounce messages. This was not
+ happening for LMTP over a pipe (the lmtp transport), but now it is the
+ same for both kinds of LMTP.
+
Exim version 4.63
-----------------