diff options
Diffstat (limited to 'roles/dovecot/files/conf.d/10-mail.conf')
| -rw-r--r-- | roles/dovecot/files/conf.d/10-mail.conf | 18 |
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 |
| 2 | mail_location = maildir:~/Mail:INBOX=~/Mail/Inbox:LAYOUT=fs | 2 | mail_driver = maildir |
| 3 | mail_path = ~/Mail | ||
| 4 | mail_inbox_path = ~/Mail/Inbox | ||
| 5 | mailbox_list_layout = fs | ||
| 3 | namespace inbox { | 6 | namespace 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 | |||
