Kneschke.Lars wrote: > We are using LDAP authentication. WHile greping through the code, i > discovred code, which tries to autocreate folders. Is there a way to create > the INBOX folder on demand for authenticated users? Until now i need to > issued some SQL statements to create the user and subscribe to the users > INBOX.
Lars, if I remember correctly (it's been a while since I wrote that) INBOX is created for ldap users on first delivery of email, not on authentication. This means that logging in as a user who hasn't yet received any email will fail. This is a (minor/trivial) bug I guess. The simple work around is to inject a test/welcome message for each user. But, I'll make sure this gets fixed. Code is in my tree already, and only needs some testing. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl
