Files
MailBackup-sys/dovecot-etc/10-mail.conf
2020-08-04 17:46:51 +02:00

24 lines
544 B
Plaintext

##
## 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
}