diff dovecot-example.conf @ 8551:2dcfd12f70f2 HEAD

mail-log plugin: Added from and subject fields.
author Timo Sirainen <tss@iki.fi>
date Sun, 14 Dec 2008 07:29:45 +0200
parents 613151990b79
children adfe0b077dc7
line wrap: on
line diff
--- a/dovecot-example.conf	Sun Dec 14 07:21:12 2008 +0200
+++ b/dovecot-example.conf	Sun Dec 14 07:29:45 2008 +0200
@@ -1189,7 +1189,7 @@
   #mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
   # Group events within a transaction to one line.
   #mail_log_group_events = 
-  # Available fields: uid, box, msgid, size, vsize, flags
+  # Available fields: uid, box, msgid, from, subject, size, vsize, flags
   # size and vsize are available only for expunge and copy events.
   #mail_log_fields = uid box msgid size
 }