diff options
author | Wolfgang Breyha <wbreyha@gmx.net> | 2014-03-05 19:33:04 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-03-05 19:54:19 +0000 |
commit | 76f44207fdf9cc3360a131a2297e6fa33080e323 (patch) | |
tree | 3a745637644426227ce9eb3702703ed69ec9c775 /doc | |
parent | 72c9e342b1a4a410efc165a38281da2f5b69ad90 (diff) |
Support log_selector smtp_confirmation for the lmtp transport. Bug 1157
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 3 | ||||
-rw-r--r-- | doc/doc-txt/ChangeLog | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index ece837d03..40384c3eb 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -34333,7 +34333,8 @@ The message that is written is &"spool file is locked"&. .next .cindex "log" "smtp confirmation" .cindex "SMTP" "logging confirmation" -&%smtp_confirmation%&: The response to the final &"."& in the SMTP dialogue for +.cindex "LMTP" "logging confirmation" +&%smtp_confirmation%&: The response to the final &"."& in the SMTP or LMTP dialogue for outgoing messages is added to delivery log lines in the form &`C=`&<&'text'&>. A number of MTAs (including Exim) return an identifying string in this response. diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 082caa882..331842f83 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -35,6 +35,8 @@ TL/03 Bugzilla 1433: Fix DMARC SEGV with specific From header contents. PP/01 Continue incomplete 4.82 PP/19 by fixing docs too: use dns_dnssec_ok not dns_use_dnssec. +JH/03 Bugzilla 1157: support log_selector smtp_confirmation for lmtp. + Exim version 4.82 ----------------- |