-
-
Notifications
You must be signed in to change notification settings - Fork 2k
[FR] Quota for LDAP account is working #2957
Copy link
Copy link
Open
Labels
area/featuresarea/scriptskind/improvementImprove an existing feature, configuration file or the documentationImprove an existing feature, configuration file or the documentationkind/new featureA new feature is requested in this issue or implemeted with this PRA new feature is requested in this issue or implemeted with this PRpriority/lowservice/dovecotservice/ldapstale-bot/ignoreIndicates that this issue / PR shall not be closed by our stale-checking CIIndicates that this issue / PR shall not be closed by our stale-checking CI
Metadata
Metadata
Assignees
Labels
area/featuresarea/scriptskind/improvementImprove an existing feature, configuration file or the documentationImprove an existing feature, configuration file or the documentationkind/new featureA new feature is requested in this issue or implemeted with this PRA new feature is requested in this issue or implemeted with this PRpriority/lowservice/dovecotservice/ldapstale-bot/ignoreIndicates that this issue / PR shall not be closed by our stale-checking CIIndicates that this issue / PR shall not be closed by our stale-checking CI
Feature Request
Context
Quota with LDAP configuration.
Is your Feature Request related to a Problem?
Yes. Quota is disabled if LDAP.
Describe the Solution you'd like
Permit quota if LDAP.
Are you going to implement it?
No but ...
What are you going to contribute?? What have you done already?
I tried to configure quota with LDAP and it works :
PostfixBookMailAccount(for mail attributes)mailQuotaattribute, for example100M.DOVECOT_USER_ATTRS:=quota_rule=*:storage=%{ldap:mailQuota}I tested this configuration sending mail mails which are bigger than quota, they were rejected. Thunderbird detects too the mail box quota.
What you have to do, almost nothing 😉 :
Regards.