initial commit

This commit is contained in:
2020-08-04 17:46:51 +02:00
commit a93599babe
1480 changed files with 310969 additions and 0 deletions

24
dovecot-etc/10-mail.conf Normal file
View File

@@ -0,0 +1,24 @@
##
## Mailbox locations and namespaces
##
mail_location = maildir:/mail/%u:INBOX=/mail/%u/.INBOX
namespace inbox {
inbox = yes
}
mail_privileged_group = mail
##
## Mailbox handling optimizations
##
protocol !indexer-worker {
# If folder vsize calculation requires opening more than this many mails from
# disk (i.e. mail sizes aren't in cache already), return failure and finish
# the calculation via indexer process. Disabled by default. This setting must
# be 0 for indexer-worker processes.
#mail_vsize_bg_after_count = 0
}