On Thu, Apr 29, 2004 at 01:14:32PM +0200, Gudleik Rasch wrote: > Hi, > > I have a problem with mailquotas under courier-imap and qmail-ldap. > > The defaultquota settings are working, but when i try to override these > by setting mailQuotaSize/Count on a user in ldap, i get this in my > imap-log: > > control/defaultquotasize: 1000000000 > control/defaultquotacount: 100000 > .. more output .. > qldap_lookup: search for (&(objectClass=qmailUser)(uid=user)) succeeded > qldap_get_attr(accountStatus): active > .. more qldap_get_attr output .. > qldap_get_attr(mailQuotaSize): no such attribute > qldap_get_attr(mailQuotaCount): no such attribute > > And yes, the attributes are set in ldap: > % ldapsearch "(uid=user)" mailQuotaSize mailQuotaCount > mailQuotaSize: 10000000 > mailQuotaCount: 5000000 > > I'm currently using: > qmail-ldap-1.03-20040401 > courier-imap-2.2.1 >
I remember a bug where some quota attributes where not requested from the server and so the default quota was used in auth_imap. I thought this was fixed in 20040401. -- :wq Claudio
