1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2026-05-09 09:12:25 +00:00
Files
mailcow-dockerized/data/conf/dovecot/conf.d/10-mail.conf
2026-03-04 15:19:42 +01:00

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