diff dovecot-example.conf @ 5794:ea050869097b HEAD

Added mail_log_events, mail_log_group_events and mail_log_fields settings to mail_log plugin.
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Jun 2007 00:51:34 +0300
parents e07a4c8ad2d5
children c192277a81b3
line wrap: on
line diff
--- a/dovecot-example.conf	Wed Jun 20 23:50:38 2007 +0300
+++ b/dovecot-example.conf	Thu Jun 21 00:51:34 2007 +0300
@@ -1103,4 +1103,12 @@
   # they're moved to a 3rd namespace. The mails won't be counted in quota,
   # and they're not deleted automatically (use a cronjob or something).
   #lazy_expunge = .EXPUNGED/ .DELETED/ .DELETED/.EXPUNGED/
+
+  # Events to log. Default is all.
+  #mail_log_events = delete undelete expunge copy mailbox_delete
+  # Group events within a transaction to one line.
+  #mail_log_group_events = 
+  # Available fields: uid, box, msgid, size, vsize
+  # size and vsize are available only for expunge and copy events.
+  #mail_log_fields = uid box msgid size
 }