dovecot: Make ~/Mail/Folders the IMAP root.
[matthijs/servers/drsnuggles.git] / etc / dovecot / dovecot.conf
index 9452f873dfe64a6fc2bec8229cc9a71bec2141bd..1e3cce873cc34756660361a7417b8cd32870f486 100644 (file)
@@ -21,6 +21,11 @@ protocols = imap imaps lda
 # therefore not introduce a security issue.
 disable_plaintext_auth = no
 
+# Our SSL private key
+ssl_key_file = /etc/dovecot/ssl/mail.stdout.nl.key
+# The public certificate (including the entire chain to the root)
+ssl_cert_file = /etc/dovecot/ssl/mail.stdout.nl.crt
+
 protocol imap {
   # Enable virtual mailboxes
   mail_plugins = virtual
@@ -80,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 {