From 5ad1ea21a7d46f687a3289de836cf6c76415c87f Mon Sep 17 00:00:00 2001 From: Sam Chudnick Date: Thu, 30 Apr 2026 07:44:56 -0400 Subject: Updated for Debian 13 and dovecot 2.4 --- roles/dovecot/files/conf.d/10-mail.conf | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'roles/dovecot/files/conf.d/10-mail.conf') 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 @@ # Mail location -mail_location = maildir:~/Mail:INBOX=~/Mail/Inbox:LAYOUT=fs +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 + type = private + prefix = + separator = / + inbox = yes + subscriptions = yes + list = yes } + -- cgit v1.2.3