mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-30 09:07:19 +00:00
13 lines
496 B
Plaintext
13 lines
496 B
Plaintext
# /etc/dovecot/conf.d/10-logging.conf
|
|
# Logging and debug.
|
|
#mail_debug = yes
|
|
#auth_debug = yes
|
|
#log_debug = category=fts-flatcurve
|
|
log_path = syslog
|
|
log_timestamp = "%Y-%m-%d %H:%M:%S "
|
|
login_log_format_elements = "user=<%{user}> method=%{mechanism} rip=%{remote_ip} lip=%{local_ip} mpid=%{mail_pid} %{secured} session=<%{session}>"
|
|
|
|
# Mail event logging.
|
|
mail_log_events = delete undelete expunge copy mailbox_delete mailbox_rename
|
|
mail_log_fields = uid box msgid size
|
|
mail_log_cached_only = yes |