dovecot/rootfs/etc/confd/templates/10-mail.conf.tmpl
Sebastian Hugentobler f45cab5235
All checks were successful
Build Multiarch Container Image / call-reusable-workflow (push) Successful in 1m0s
use alpine packages, no longer need to compile ourselves
2024-04-26 14:55:30 +02:00

27 lines
417 B
Cheetah

mail_location = maildir:/var/lib/vmail/mail/%d/%n/Maildir
namespace inbox {
separator = /
inbox = yes
mailbox Junk {
auto = subscribe
special_use = \Junk
}
mailbox Trash {
auto = subscribe
special_use = \Trash
}
mailbox Sent {
auto = subscribe
special_use = \Sent
}
mailbox Drafts {
auto = subscribe
special_use = \Drafts
}
}
mail_plugin_dir = /usr/lib/dovecot