MESSAGE_SIZE_LIMIT=52428800 # 50MB

This commit is contained in:
Artur Kuś 2025-05-26 15:03:30 +02:00
parent 0dc5d7341d
commit 96e6ef3ff7
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ HOSTNAMES=mail.bodypainter.eu,mail.arti24.eu # <-- DODAJ TO
POSTMASTER=postmaster POSTMASTER=postmaster
TLS_FLAVOR=letsencrypt TLS_FLAVOR=letsencrypt
MESSAGE_SIZE_LIMIT=52428800 # 50MB
# Webmail # Webmail
WEBMAIL=roundcube # <-- DODAJ TO (lub 'none') WEBMAIL=roundcube # <-- DODAJ TO (lub 'none')
WEBDAV=none # disable if not needed WEBDAV=none # disable if not needed