diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-08 23:33:41 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-08-09 11:59:21 +0100 |
commit | 4e871f9b28dff4cacfd012aede1d092cc8cfbd36 (patch) | |
tree | 79c7fa20ca0c40c22a7762e50670ab233097fa7f /doc/doc-docbook | |
parent | ddaf34e7b7fe02cbbb99a6bf515eb4298d6b2d4b (diff) |
Logging: connection_id
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index cf670ba07..1a4e3f8da 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -38967,6 +38967,7 @@ the following table: .display &`A `& authenticator name (and optional id and sender) &`C `& SMTP confirmation on delivery +&`Ci `& connection identifier &` `& command list for &"no mail in SMTP session"& &`CV `& certificate verification status &`D `& duration of &"no mail in SMTP session"& @@ -39069,6 +39070,7 @@ selection marked by asterisks: .irow &`address_rewrite`& "address rewriting" .irow &`all_parents`& "all parents in => lines" .irow &`arguments`& "command line arguments" +.irow &`connection_id`& "connection identifier" .irow &`connection_reject`& * "connection rejections" .irow &`delay_delivery`& * "immediate delivery delayed" .irow &`deliver_time`& "time taken to attempt delivery" @@ -39164,6 +39166,14 @@ because the arguments are checked before the configuration file is read. The only way to log such cases is to interpose a script such as &_util/logargs.sh_& between the caller and Exim. .next +.cindex "log" "connection identifier" +.new +&%connection_identifier%&: An identifier for the accepted connection is added to +connection start and end lines and to message accept lines. +The identifier is tagged by Ci=. +The value is PID-based, so will reset on reboot and will wrap. +.wen +.next .cindex "log" "connection rejections" &%connection_reject%&: A log entry is written whenever an incoming SMTP connection is rejected, for whatever reason. |