mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-02 00:54:54 +02:00
This commit is contained in:
parent
8f48d0536f
commit
c8728eab8a
4 changed files with 35 additions and 0 deletions
10
.env.dist
10
.env.dist
|
@ -101,6 +101,16 @@ ENABLE_POSTFIX_VIRTUAL_TRANSPORT=
|
|||
# etc.
|
||||
POSTFIX_DAGENT=
|
||||
|
||||
# Set the mailbox size limit for all users. If set to zero, the size will be unlimited (default).
|
||||
#
|
||||
# empty => 0
|
||||
POSTFIX_MAILBOX_SIZE_LIMIT=
|
||||
|
||||
# Set the message size limit for all users. If set to zero, the size will be unlimited (not recommended!)
|
||||
#
|
||||
# empty => 1048576 (10 MB)
|
||||
POSTFIX_MESSAGE_SIZE_LIMIT=
|
||||
|
||||
# Enables a report being sent (created by pflogsumm) on a regular basis.
|
||||
# **0** => Report emails are disabled
|
||||
# 1 => Using POSTMASTER_ADDRESS as the recipient
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue