From 4d120e9197de7980251c1e398b4ded3494c0d3b7 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 17 Mar 2010 15:05:28 +0100 Subject: [PATCH] dovecot: Make ~/Mail/Folders the IMAP root. This ensures that the virtual mailboxes don't show up twice and stuff like the sieve directory isn't accidentally listed. --- etc/dovecot/dovecot.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/dovecot/dovecot.conf b/etc/dovecot/dovecot.conf index 00ec7ae..1e3cce8 100644 --- a/etc/dovecot/dovecot.conf +++ b/etc/dovecot/dovecot.conf @@ -85,7 +85,7 @@ plugin { # Mail is stored in users' homedirs. We use the fs layout, so nesting of # mailboxes is done using normal filesystem nesting. -mail_location = Maildir:~/Mail:LAYOUT=fs +mail_location = Maildir:~/Mail/Folders:LAYOUT=fs # Default namespace, uses mail_location above namespace private { -- 2.30.2