log & mail location

This commit is contained in:
Andreas Knuth 2025-03-23 20:03:21 +01:00
parent d276f9f297
commit 3a12027852
1 changed files with 4 additions and 12 deletions

View File

@ -6,20 +6,12 @@ dovecot_storage_version = 2.4.0
protocols = imap pop3 protocols = imap pop3
# Logging (Block-Syntax) # Logging (Block-Syntax)
log { log_path = /var/log/dovecot.log
path = /var/log/dovecot.log info_log_path = /var/log/dovecot-info.log
} debug_log_path = /var/log/dovecot-debug.log
log {
path = /var/log/dovecot-info.log
level = info
}
log {
path = /var/log/dovecot-debug.log
level = debug
}
# Mail-Location # Mail-Location
mail_location = maildir:/var/mail/%d/%n mail_location = maildir:/var/mail/%{user | domain }/%{user|lower}
# Authentifizierung # Authentifizierung
auth_mechanisms = plain login auth_mechanisms = plain login