From: Timo Sirainen Date: Thu, 2 Mar 2017 16:32:15 +0000 (+0200) Subject: example-config: Update deliver_log_format comment X-Git-Tag: 2.3.0.rc1~1975 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2dc6c073d4f0f4012b7a5a6cf800a07caaa2e9dd;p=thirdparty%2Fdovecot%2Fcore.git example-config: Update deliver_log_format comment --- diff --git a/doc/example-config/conf.d/10-logging.conf b/doc/example-config/conf.d/10-logging.conf index 3eab39964c..a377684d03 100644 --- a/doc/example-config/conf.d/10-logging.conf +++ b/doc/example-config/conf.d/10-logging.conf @@ -74,12 +74,16 @@ plugin { # possible variables you can use. #mail_log_prefix = "%s(%u)<%{session}>: " -# 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: %$