diff options
| author | Sam Chudnick <sam@chudnick.com> | 2026-04-30 07:44:56 -0400 |
|---|---|---|
| committer | Sam Chudnick <sam@chudnick.com> | 2026-04-30 07:44:56 -0400 |
| commit | 5ad1ea21a7d46f687a3289de836cf6c76415c87f (patch) | |
| tree | 0fb2db178a337ad0e067d772d35eb469792bf458 /roles/dovecot/files/conf.d/10-mail.conf | |
| parent | 598c3cac83056c9618c59a49722889fe4944dbf6 (diff) | |
Updated for Debian 13 and dovecot 2.4
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 | |||
