25 Jul
2007
25 Jul
'07
8:50 a.m.
On Wed, 2007-07-25 at 11:30 +0900, Katsu Yamamoto wrote:
We re-examined the source code, and made a few modification.
We are suspecting that...
(1) db-ldap.c is not handling value properly?? (2) userdb-ldap.c is not allocating memory for userdb_reply??
Thanks, fixed: http://hg.dovecot.org/dovecot/rev/d779b7220e23
user_attrs = mail=user,uidNumber=uid,gidNumber=gid,homeDirectory=home,mailQuota=quota=maildir:ignore=Trash:storage
With this v1.1 the mailQuota is better set as:
mailQuota=quota=maildir:ignore=Trash:storage=%$
Currently the old way works too, but I'm not sure if I should just remove it, because some people would want to return static key=value pairs, and that's not possible currently.