changeset 21760:439fd554cea0

example-config: Update deliver_log_format comment
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 02 Mar 2017 18:32:15 +0200
parents 4dd04639b19b
children 0a4ca3f1f285
files doc/example-config/conf.d/10-logging.conf
diffstat 1 files changed, 11 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/doc/example-config/conf.d/10-logging.conf	Thu Mar 02 09:15:13 2017 +0200
+++ b/doc/example-config/conf.d/10-logging.conf	Thu Mar 02 18:32:15 2017 +0200
@@ -74,12 +74,16 @@
 # possible variables you can use.
 #mail_log_prefix = "%s(%u): "
 
-# Format to use for logging mail deliveries. See doc/wiki/Variables.txt for
-# list of all variables you can use. Some of the common ones include:
+# Format to use for logging mail deliveries:
 #  %$ - Delivery status message (e.g. "saved to INBOX")
-#  %m - Message-ID
-#  %s - Subject
-#  %f - From address
-#  %p - Physical size
-#  %w - Virtual size
+#  %m / %{msgid} - Message-ID
+#  %s / %{subject} - Subject
+#  %f / %{from} - From address
+#  %p / %{size} - Physical size
+#  %w / %{vsize} - Virtual size
+#  %e / %{from_envelope} - MAIL FROM envelope
+#  %{to_envelope} - RCPT TO envelope
+#  %{delivery_time} - How many milliseconds it took to deliver the mail
+#  %{session_time} - How long LMTP session took, not including delivery_time
+#  %{storage_id} - Backend-specific ID for mail, e.g. Maildir filename
 #deliver_log_format = msgid=%m: %$