projects
/
matthijs
/
servers
/
drsnuggles.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ef8ed3
)
dovecot: Make ~/Mail/Folders the IMAP root.
author
root
<root@mail.drsnuggles.stderr.nl>
Wed, 17 Mar 2010 14:05:28 +0000
(15:05 +0100)
committer
root
<root@mail.drsnuggles.stderr.nl>
Wed, 17 Mar 2010 14:05:28 +0000
(15:05 +0100)
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
patch
|
blob
|
history
diff --git
a/etc/dovecot/dovecot.conf
b/etc/dovecot/dovecot.conf
index 00ec7ae6afc0d88def8b844b2669b8586f230b42..1e3cce873cc34756660361a7417b8cd32870f486 100644
(file)
--- 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 {