aboutsummaryrefslogtreecommitdiff
path: root/roles/dovecot/files/conf.d/10-mail.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/dovecot/files/conf.d/10-mail.conf')
-rw-r--r--roles/dovecot/files/conf.d/10-mail.conf18
1 files changed, 11 insertions, 7 deletions
diff --git a/roles/dovecot/files/conf.d/10-mail.conf b/roles/dovecot/files/conf.d/10-mail.conf
index 683c5e9..8a5b61c 100644
--- a/roles/dovecot/files/conf.d/10-mail.conf
+++ b/roles/dovecot/files/conf.d/10-mail.conf
@@ -1,10 +1,14 @@
1# Mail location 1# Mail location
2mail_location = maildir:~/Mail:INBOX=~/Mail/Inbox:LAYOUT=fs 2mail_driver = maildir
3mail_path = ~/Mail
4mail_inbox_path = ~/Mail/Inbox
5mailbox_list_layout = fs
3namespace inbox { 6namespace inbox {
4 type = private 7 type = private
5 prefix = 8 prefix =
6 separator = / 9 separator = /
7 inbox = yes 10 inbox = yes
8 subscriptions = yes 11 subscriptions = yes
9 list = yes 12 list = yes
10} 13}
14