X-Git-Url: https://dehnerts.com/gitweb/?a=blobdiff_plain;f=conf.d%2F10-logging.conf;h=b7d7fda42c38d638cd953e859034761f758fbd22;hb=2643afa9785f1b255aaafa36dd70440c161fa0be;hp=cf49e8611838bc8ab243d81e844b1c8c66caeecc;hpb=a92c4a61c84e38235e10e61c2a9e32c3ecde3270;p=sysconfig%2Fdovecot.git diff --git a/conf.d/10-logging.conf b/conf.d/10-logging.conf index cf49e86..b7d7fda 100644 --- a/conf.d/10-logging.conf +++ b/conf.d/10-logging.conf @@ -75,11 +75,16 @@ log_timestamp = "%Y-%m-%d %H:%M:%S " # possible variables you can use. #mail_log_prefix = "%s(%u): " -# Format to use for logging mail deliveries. You can use variables: +# 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: %$