dsfsdf
This commit is contained in:
parent
67ec6a74ac
commit
3dc5b74a8d
|
|
@ -12,10 +12,10 @@ import_environment {
|
|||
}
|
||||
|
||||
mail_driver=maildir
|
||||
mailbox_list_layout=index
|
||||
mailbox_list_layout=fs
|
||||
mailbox_list_utf8=yes
|
||||
# mail_path=~/mail
|
||||
mail_home=/var/vmail/%{user | domain }/%{user | username }
|
||||
mail_path=./
|
||||
mail_home=/var/mail/%{user | domain }/%{user | username }
|
||||
mail_utf8_extensions = yes
|
||||
|
||||
default_internal_user = vmail
|
||||
|
|
@ -30,10 +30,10 @@ passdb static {
|
|||
password=%{env:USER_PASSWORD}
|
||||
}
|
||||
|
||||
namespace inbox {
|
||||
inbox = yes
|
||||
separator = /
|
||||
}
|
||||
# namespace inbox {
|
||||
# inbox = yes
|
||||
# separator = /
|
||||
# }
|
||||
|
||||
ssl_server {
|
||||
cert_file = /etc/dovecot/ssl/imap.bizmatch.net/fullchain1.pem
|
||||
|
|
@ -230,4 +230,4 @@ metric mail_delivery {
|
|||
}
|
||||
}
|
||||
|
||||
!include_try conf.d/*.conf
|
||||
!include_try conf.d/*.conf
|
||||
|
|
|
|||
Loading…
Reference in New Issue