summaryrefslogtreecommitdiffstats
path: root/roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-10 20:45:22 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:19 +0200
commit50df1556816e118b4bc449aaa7dfbab7a2ead626 (patch)
tree48139c6e2e38b1e6ca769d93b2d38b2498256906 /roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext
parent5eedb4087bda5b16697e02f494c928dac1179364 (diff)
Enable IMAP virtual mailboxes.
Using dovecot's 'virtual' plugin, cf. http://wiki2.dovecot.org/Plugins/Virtual The 'virtual/' namespace is visible in the NAMESPACE command (hidden=no), but not in LIST (list=no). This should ensure that the namespace isn't automatically synced by offlineimap, but nevertheless visible by roundcube, cf. http://trac.roundcube.net/ticket/1486796 http://mailman2.u.washington.edu/pipermail/imap-protocol/2010-May/001076.html
Diffstat (limited to 'roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext')
-rw-r--r--roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext b/roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext
index 542353b..8e88b27 100644
--- a/roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext
+++ b/roles/IMAP/files/etc/dovecot/conf.d/auth-ldap.conf.ext
@@ -33,5 +33,5 @@ userdb {
driver = static
# The MTA has already verified the existence of users when doing alias resolution,
# so we can skip the passdb lookup here.
- args = home=/home/mail/mailboxes/%d/%n allow_all_users=yes
+ args = home=/home/mail/%d/%n allow_all_users=yes
}