mailserver: set postfix message size limit to 100MB
This commit is contained in:
parent
4cb6d236f2
commit
402ffae6e7
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ ENABLE_QUOTAS=1
|
|||
# Set the message size limit for all users. If set to zero, the size will be unlimited (not recommended!)
|
||||
#
|
||||
# empty => 10240000 (~10 MB)
|
||||
POSTFIX_MESSAGE_SIZE_LIMIT=
|
||||
POSTFIX_MESSAGE_SIZE_LIMIT=104857600 # 100MB
|
||||
|
||||
# Mails larger than this limit won't be scanned.
|
||||
# ClamAV must be enabled (ENABLE_CLAMAV=1) for this.
|
||||
|
|
Loading…
Reference in a new issue