You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
fix: setup email list
should only work with ACCOUNT_PROVISIONER=FILE
(#4453)
--------- Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Co-authored-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com>
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user