diff dovecot-example.conf @ 6948:6b5f89c41de5 HEAD

Added deliver_log_format setting to control what's logged when a mail is delivered.
author Timo Sirainen <tss@iki.fi>
date Sat, 08 Dec 2007 14:59:05 +0200
parents 139bd6094de6
children ce2262d47250
line wrap: on
line diff
--- a/dovecot-example.conf	Sat Dec 08 14:43:57 2007 +0200
+++ b/dovecot-example.conf	Sat Dec 08 14:59:05 2007 +0200
@@ -662,6 +662,13 @@
   # bouncing the mail.
   #quota_full_tempfail = no
 
+  # Format to use for logging mail deliveries. You can use variables:
+  #  %$ - Delivery status message (e.g. "saved to INBOX")
+  #  %m - Message-ID
+  #  %s - Subject
+  #  %f - From address
+  #deliver_log_format = msgid=%m: %$
+
   # Binary to use for sending mails.
   #sendmail_path = /usr/lib/sendmail