8 messages in net.sourceforge.lists.courier-usersRe: [courier-users] Re: [Fwd: Using L...
FromSent OnAttachments
Fabiano FelixApr 26, 2005 8:34 am 
Gordon MessmerApr 26, 2005 8:58 am 
Jay LeeApr 26, 2005 9:01 am 
Fabiano FelixApr 27, 2005 8:34 am 
Mark BucciarelliApr 27, 2005 8:58 am 
Gordon MessmerApr 27, 2005 9:15 am 
Fabiano FelixApr 27, 2005 10:17 am 
Edwin L. CulpApr 27, 2005 10:37 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] Re: [Fwd: Using LDAP quota for non-virtual users]Actions...
From:Mark Bucciarelli (ma@easymailings.com)
Date:Apr 27, 2005 8:58:44 am
List:net.sourceforge.lists.courier-users

Fabiano Felix wrote:

Someone has some idea???

maildrop/mdldap.c, line 138:

values = ldap_get_values(ldap, entry, cfg->quota_attr)

maildrop/mdldapconfig.c

cfg->quota_attr = (char*)strdup(LDAP_DEFAULT_QUOTA_ATTR);

maildrop/mdldapconfig.h

#define LDAP_DEFAULT_QUOTA_ATTR "quota"

Does your schema have a quota attribute?

I believe courier enforces quota using the MAILDIRQUOTA environmental variable in maildrop. You could use maildrop logging to help debug--maybe compare the log of a working mysql setup with the not-working ldap setup.

mark