mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-22 09:57:53 +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…
x
Reference in New Issue
Block a user