On Fri, Sep 09, 2011 at 08:18:40AM +0100, mailing lists wrote: > > and how to I might configure dovecot to use the mail directory as a > subdirectory of the home directory? > > this way all lookups for home (with %%h fetched from ldap) will return the > correct locationand mail will be in (i.e.) ~/mailSubDir > > is this configuration possible?
In the main dovecot.conf: mail_location = maildir:~/mailSubDir In the ldap-config: user_attrs = homeFilter=home -jf