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 at 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
Maybe Matching Threads
- Patch: New event "mailbox_create" for the mail_log plugin
- Panic: file index-search-result.c .. assertion failed: (next_uid == mail->uid)
- mail_log plugin updates
- problem with subscriptions=no and changed separator ?
- problem with POP3 mail location when using namespaces