From 1a017ca2bf9771e02e2d8163db0aa975b80daa01 Mon Sep 17 00:00:00 2001 From: Matthias Walthart Date: Sun, 19 Mar 2017 01:23:16 +0100 Subject: [PATCH] Changed max message size Added config to increase the maximal message size from 10MB (default) to 40MB. --- target/postfix/main.cf | 1 + 1 file changed, 1 insertion(+) diff --git a/target/postfix/main.cf b/target/postfix/main.cf index 504947e8..1b836760 100644 --- a/target/postfix/main.cf +++ b/target/postfix/main.cf @@ -13,6 +13,7 @@ mydestination = relayhost = mynetworks = 127.0.0.0/8 [::1]/128 [fe80::]/64 mailbox_size_limit = 0 +message_size_limit = 40960000 recipient_delimiter = + inet_interfaces = all inet_protocols = all