This commit is contained in:
Andreas Knuth 2025-03-23 17:41:49 -05:00
parent 67ec6a74ac
commit 3dc5b74a8d
1 changed files with 8 additions and 8 deletions

View File

@ -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
@ -230,4 +230,4 @@ metric mail_delivery {
} }
} }
!include_try conf.d/*.conf !include_try conf.d/*.conf