maillocation
This commit is contained in:
parent
3a12027852
commit
2f32bd53df
|
|
@ -11,7 +11,19 @@ info_log_path = /var/log/dovecot-info.log
|
|||
debug_log_path = /var/log/dovecot-debug.log
|
||||
|
||||
# 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
|
||||
auth_mechanisms = plain login
|
||||
|
|
|
|||
Loading…
Reference in New Issue