]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
example-config: Update deliver_log_format comment
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 2 Mar 2017 16:32:15 +0000 (18:32 +0200)
committerTimo Sirainen <timo.sirainen@dovecot.fi>
Thu, 16 Mar 2017 17:51:58 +0000 (19:51 +0200)
doc/example-config/conf.d/10-logging.conf

index 14798f1fd68709fcedc4ed2260b353fc0dd20431..6313c18c909deffc7a4c92b17adebd9cfbd3bc3d 100644 (file)
@@ -74,12 +74,16 @@ plugin {
 # 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: %$