From 0e605a14631ab8795e8d5c351378c97e02d70d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Poher?= Date: Mon, 20 Mar 2023 10:57:47 +0100 Subject: [PATCH] smtp: accept incoming message size up to 40Mo --- smtp/conf/postfix/main.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/smtp/conf/postfix/main.cf b/smtp/conf/postfix/main.cf index 1fb86024..5ab16caf 100644 --- a/smtp/conf/postfix/main.cf +++ b/smtp/conf/postfix/main.cf @@ -4,6 +4,7 @@ append_dot_mydomain = no readme_directory = no compatibility_level = 2 smtp_host_lookup = dns, native +message_size_limit = 40960000 myhostname = $MAIL_HOSTNAME mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 $IPV4_NETWORK.0/24