From 12315bae432dc040c646346c34ff40f1f0088ede Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Mon, 26 Oct 2020 18:48:15 +0100 Subject: [PATCH] increase message size limit to 50 MB --- templates/main.cf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/main.cf.j2 b/templates/main.cf.j2 index ee21aa1..7e67e38 100644 --- a/templates/main.cf.j2 +++ b/templates/main.cf.j2 @@ -50,6 +50,9 @@ transport_maps = hash:/etc/postfix/transport_maps ### rules and restricitons +message_size_limit = 52428800 + + # some rules from http://www.postfix.org/SMTPD_ACCESS_README.html # Allow connections from trusted networks only.