mailserver: set postfix message size limit to 100MB

This commit is contained in:
Florian Lüke 2023-09-17 17:09:59 +02:00
parent 4cb6d236f2
commit 402ffae6e7

View file

@ -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.