make quota defaults configurable

This commit is contained in:
iburadempa 2019-10-10 13:51:31 +02:00
parent b677479ce7
commit 57de8e095f
2 changed files with 5 additions and 5 deletions

View file

@ -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