mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-05-09 09:12:25 +00:00
9 lines
327 B
Plaintext
9 lines
327 B
Plaintext
# /etc/dovecot/conf.d/10-mail.conf
|
|
# Mail storage paths and core mail settings.
|
|
mail_home = /var/vmail/%{user | domain }/%{user | username }
|
|
mail_driver = maildir
|
|
mail_path = ~/Maildir
|
|
mail_index_path = /var/vmail_index/%{user}
|
|
mail_plugins = </etc/dovecot/mail_plugins
|
|
mail_shared_explicit_inbox = yes
|
|
mail_prefetch_count = 30 |