Allow bigger message size.

This commit is contained in:
Christian Steinle
2024-02-12 16:48:48 +01:00
parent 62f5ee5773
commit 2a92195f91

View File

@@ -49,6 +49,7 @@ services:
- ENABLE_SPAMASSASSIN=1
- SPOOF_PROTECTION=1
- ENABLE_MANAGESIEVE=1
- POSTFIX_MESSAGE_SIZE_LIMIT=40960000
healthcheck:
test: "ss --listening --tcp | grep -P 'LISTEN.+:smtp' || exit 1"
timeout: 3s