You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
ENABLE_QUOTAS added (#1931)
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user