aboutsummaryrefslogtreecommitdiff
path: root/roles/dovecot/files/conf.d/10-mail.conf
blob: 8a5b61c27377353fcebbe03b39c7be0b3cff2fbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Mail location
mail_driver = maildir
mail_path = ~/Mail
mail_inbox_path = ~/Mail/Inbox
mailbox_list_layout = fs
namespace inbox {
        type = private
        prefix =
        separator = /
        inbox = yes
        subscriptions = yes
        list = yes
}