From 8a3babaeaaf88552a17ba12e9adfdcb0ac658ef3 Mon Sep 17 00:00:00 2001 From: Mario Alegre Date: Mon, 29 Mar 2021 21:34:37 -0400 Subject: [PATCH] added file size limit setting --- mailsrv/assets/postfix/main.cf.part | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mailsrv/assets/postfix/main.cf.part b/mailsrv/assets/postfix/main.cf.part index f695171..575b134 100644 --- a/mailsrv/assets/postfix/main.cf.part +++ b/mailsrv/assets/postfix/main.cf.part @@ -1,3 +1,4 @@ + ### Network ### # interfaces & protocols to listen on inet_interfaces = all @@ -73,3 +74,5 @@ biff = no # See http://www.postfix.org/COMPATIBILITY_README.html -- default to 2 on # fresh installs. compatibility_level = 2 +# maximum size allowed for sent messages, in bytes +message_size_limit = 104857600