mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
ENABLE_QUOTAS added (#1931)
This commit is contained in:
parent
69402b0bfa
commit
5d357ef4bb
|
@ -134,6 +134,11 @@ POSTFIX_DAGENT=
|
||||||
# empty => 0
|
# empty => 0
|
||||||
POSTFIX_MAILBOX_SIZE_LIMIT=
|
POSTFIX_MAILBOX_SIZE_LIMIT=
|
||||||
|
|
||||||
|
# See https://docker-mailserver.github.io/docker-mailserver/edge/config/user-management/accounts/#notes
|
||||||
|
# 0 => Dovecot quota is disabled
|
||||||
|
# 1 => Dovecot quota is enabled
|
||||||
|
ENABLE_QUOTAS=1
|
||||||
|
|
||||||
# Set the message size limit for all users. If set to zero, the size will be unlimited (not recommended!)
|
# Set the message size limit for all users. If set to zero, the size will be unlimited (not recommended!)
|
||||||
#
|
#
|
||||||
# empty => 10240000 (~10 MB)
|
# empty => 10240000 (~10 MB)
|
||||||
|
|
Loading…
Reference in a new issue