diff --git a/dovecot/config/dovecot241.conf b/dovecot/config/dovecot241.conf index 81e4ba2..9ae0409 100644 --- a/dovecot/config/dovecot241.conf +++ b/dovecot/config/dovecot241.conf @@ -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 \ No newline at end of file +!include_try conf.d/*.conf