This repository has been archived on 2021-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
mail/dovecot/10-logging.conf

12 lines
370 B
Plaintext
Raw Normal View History

2018-03-08 15:45:31 +01:00
log_path = /dev/stdout
2018-03-15 16:32:17 +01:00
#auth_verbose = yes
2018-03-08 15:45:31 +01:00
plugin {
# Events to log. Also available: flag_change append
#mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
# 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
}