Feature: quota per mailbox#1469
Merged
erik-wramner merged 4 commits intodocker-mailserver:masterfrom Apr 26, 2020
Merged
Conversation
add postfix service quota check check-for-changes on quotas setquota command fix checkforchanges quota addquota verify user exists add setquota in setup.sh merging addquota into setquota test quota commands add ldap tests for dovecot quota fix smtp only quota postfix rules test postfix conf add quota test integration add quota exceeded test add wait analyze fix tests fix setup typo add test fixes fix error output wip update startup rules fix setup fix setup tests fix output commands remove quota on remove user try to fix sync limit mails check if file exists fix path change used quota user fix post size check if quota file exists update tests configure virtualmailbox limit for dovecot last fix fix quota expr relax dovecot tests auto create dovecot-quotas fix dovecot apply quota test wip quota warning trying to fix get dovadm quota dovecot applies fix fix quota warning lda path test count mail on quota fix quota warning permissiosn fix test
fix quota warning test: wait for postfix to be UP increase postfix restart delay
ab18f12 to
bdcf5e0
Compare
Contributor
Author
|
I can confirm imap-quota is working: tested with rainloop: |
Contributor
|
Looks like a nice feature, good work! |
Closed
7 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

As mentioned in #1028, restricting quota per mailbox is an interesting feature. This PR implements a quota per mailbox.
Details:
setquotaanddelquotadovecot-quotas.cfdoveadm quota get -u user@domainfor getting quota informations)imap-quota(IMAP clients requesting quota usage information)SMTP_ONLYLDAP_ENABLE(I don't use LDAP, feel free to implement it if you want, it should not be difficult)TODO:
Fix testsWhen merged, update the wiki