Defining "INBOX" in mdbox context from ldap
Hi, i am in the middle of converting a handful of 2.3 installations to 2.4 and while at it i fail to see a point on how to define what the INBOX is in the mdbox/ldap context.
So right now i am transferring the attributes from LDAP like this (iredmail schema)
fields {
user=%{ldap:mail}
home=%{ldap:storageBaseDirectory}
mail_driver=%{ldap:MailMessageStore | index(':', 0)}
mail_path=%{ldap:mailMessageStore | index(':', 1)}
quota_storage_size=%{ldap:mailQuota}
}
I fail to find the syntax for "mail_inbox_path" - In maildir its obvious. I tried various things but it mainly failed on me. I now removed it completely from the config which it seems makes the dbox/mdbox driver assume a sane default of "INBOX". But i am still wondering how do i configure the INBOX.
I'd like to fetch that information from LDAP as i think i still have a handful of Maildir/mdbox mix installations.
Flo
Florian Lohoff f@zz.de Any sufficiently advanced technology is indistinguishable from magic.
participants (1)
-
Florian Lohoff