From 33453450cf9dc96e0ef52e289952d7fd2eb849e6 Mon Sep 17 00:00:00 2001 From: cdhigh Date: Tue, 18 Jun 2024 21:17:59 -0300 Subject: [PATCH] Update install.sh --- docker/postfix/install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docker/postfix/install.sh b/docker/postfix/install.sh index e78c82da..1692f0b9 100644 --- a/docker/postfix/install.sh +++ b/docker/postfix/install.sh @@ -32,6 +32,9 @@ postconf -e 'local_recipient_maps =' # Enable logging to foreground in postlog postconf -e 'maillog_file = /dev/stdout' +# Set the max size ~= 30MB +postconf -e message_size_limit=35000000 + ############# ## Enable TLS #############