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