make quota defaults configurable
This commit is contained in:
parent
b677479ce7
commit
57de8e095f
2 changed files with 5 additions and 5 deletions
|
@ -34,8 +34,8 @@
|
|||
- password VARCHAR(128) NOT NULL
|
||||
- suspend_submission BOOL NOT NULL DEFAULT false
|
||||
- suspend_imap_reason TEXT NULL
|
||||
- quota_storage_bytes BIGINT NOT NULL DEFAULT 100000000000
|
||||
- quota_inbox_messages INT NOT NULL DEFAULT 500000
|
||||
- quota_storage_bytes BIGINT NOT NULL DEFAULT {{ mailserver.dovecot.mailbox_max_bytes | default(100000000000) }}
|
||||
- quota_inbox_messages INT NOT NULL DEFAULT {{ mailserver.dovecot.mailbox_max_messages | default(500000) }}
|
||||
- unique(domain_id, username)
|
||||
|
||||
- name: database index users__domain_username
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue