[Dovecot] example-config mail_log plugin options
Hello,
dovecot-2.0.12/doc/example-config/conf.d/10-logging.conf contains
# mail_log plugin provides more event logging for mail processes. plugin { # Events to log. Also available: flag_change append #mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename # Group events within a transaction to one line. #mail_log_group_events = no # 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 }
"mail_log_group_events" seems to be gone (when and why?). And it's now "save" instead of "append", with "mailbox_create" also available.
Greetings, Lutz Pressler
-- Lutz Preßler Lutz.Pressler@SerNet.DE http://www.SerNet.DE/ SerNet Service Network GmbH, Bahnhofsallee 1b, D-37081 Göttingen Tel.: +49-551-370000-2, FAX: +49-551-370000-9 AG Göttingen, HRB 2816, GF: Dr. Johannes Loxen
On Fri, 2011-04-29 at 15:33 +0200, Lutz Preßler wrote:
"mail_log_group_events" seems to be gone (when and why?). And it's now "save" instead of "append", with "mailbox_create" also available.
I remember answering to this mail, but I don't see the mail anywhere.. So maybe I didn't? Anyway:
That setting was removed mostly because that part of the code was rewritten and preserving that setting was kind of annoying. I also thought that few people actually wanted to use it, since the only detail it could show about mails was a list of UIDs.
I've removed it from example-config: http://hg.dovecot.org/dovecot-2.0/rev/46aed30670bb
participants (2)
-
Lutz Preßler
-
Timo Sirainen