mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-30 15:44:56 +02:00
chore: Avoid ENABLE_QUOTAS=1
default when not supported by config
This commit is contained in:
parent
54bb7d36ec
commit
5e917d4fbc
2 changed files with 15 additions and 1 deletions
|
@ -247,6 +247,12 @@ Set the mailbox size limit for all users. If set to zero, the size will be unlim
|
|||
|
||||
See [mailbox quota][docs-accounts-quota].
|
||||
|
||||
!!! info "Compatibility"
|
||||
|
||||
This feature is presently only compatible with `ACCOUNT_PROVISIONER=FILE`.
|
||||
|
||||
When using a different provisioner (or `SMTP_ONLY=1`) this ENV will instead default to `0`.
|
||||
|
||||
##### POSTFIX_MESSAGE_SIZE_LIMIT
|
||||
|
||||
Set the message size limit for all users. If set to zero, the size will be unlimited (not recommended!). Size is in bytes.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue