Hi!
I am trying to setting up the quota limit. I�ve installed a
qmail-1.03 + qmail-ldap-1.03-20011001a.patch + maildrop.
My /var/qmail/rc:
qmail-start "| /var/qmail/bin/maildrop"
My /var/qmail/control/ldapdefaultquota:
1000000S,1000C
My /var/qmail/control/quotawarining:
Quota exceeded
My user entry in ldap:
# qmail-ldaplookup -m [EMAIL PROTECTED]
init_ldap: passwords are compared via rebind
localdelivery: on
clustering: off
ldapobjectclass: qmailuser
homedirmaker: /var/qmail/bin/custom_user.sh
defaultDotMode: ldaponly
defaultQuota: 1000000S, 1000C
QuotaWarning:
------
Quota exceeded
------
qldap_lookup: searching with
(&(objectclass=qmailuser)(|([EMAIL PROTECTED])([EMAIL PROTECTED])))
qldap_lookup: succeeded, found:
mail: [EMAIL PROTECTED]
qmailUID: 111
qmailGID: 104
accountStatus: active
mailMessageStore: /var/qmail/maildirs/domain.com/user
homeDirectory: (null pointer)
mailHost: mtades.elsitio.com
mail: [EMAIL PROTECTED]
mailAlternateAddress: no entry in the database
mailQuota: no entry in the database
mailForwardingAddress: no entry in the database
deliveryProgramPath: no entry in the database
qmailDotMode: no entry in the database
deliveryMode: localdelivery
mailReplyText: no entry in the database
The user�s Maildir has more 1 MB of space. Why the quota don�t work?