mailserver: set postfix message size limit to 100MB

This commit is contained in:
oxmox 2023-09-17 17:09:59 +02:00
parent 3b36a039f1
commit 87cd44ed39

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.