From 36b88290fcfc94d3b1d7745b75b57da49173225f Mon Sep 17 00:00:00 2001 From: Jonathan Elias Caicedo Date: Tue, 6 Jun 2017 20:48:52 -0400 Subject: [PATCH] Increase message size limit to 25MB --- target/postfix/main.cf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/target/postfix/main.cf b/target/postfix/main.cf index 504947e8..5af9f59f 100644 --- a/target/postfix/main.cf +++ b/target/postfix/main.cf @@ -63,6 +63,9 @@ virtual_mailbox_domains = /etc/postfix/vhost virtual_mailbox_maps = texthash:/etc/postfix/vmailbox virtual_alias_maps = texthash:/etc/postfix/virtual +# Increase the default attachment size limit (10MB) to 25MB +message_size_limit = 26214400 + # Additional option for filtering content_filter = smtp-amavis:[127.0.0.1]:10024