maillocation

This commit is contained in:
Andreas Knuth 2025-03-23 20:05:25 +01:00
parent 3a12027852
commit 2f32bd53df
1 changed files with 13 additions and 1 deletions

View File

@ -11,7 +11,19 @@ info_log_path = /var/log/dovecot-info.log
debug_log_path = /var/log/dovecot-debug.log debug_log_path = /var/log/dovecot-debug.log
# Mail-Location # Mail-Location
mail_location = maildir:/var/mail/%{user | domain }/%{user|lower} mail_driver=maildir
mailbox_list_layout=index
mailbox_list_utf8=yes
mail_path=~/mail
mail_home=/var/vmail/%{user|lower}
mail_utf8_extensions = yes
default_internal_user = vmail
default_login_user = vmail
default_internal_group = vmail
mail_uid = vmail
mail_gid = vmail
# Authentifizierung # Authentifizierung
auth_mechanisms = plain login auth_mechanisms = plain login