From 6371ab4a5780b522bf003162e8bcb90b0d2762f3 Mon Sep 17 00:00:00 2001 From: opi Date: Wed, 24 May 2017 08:42:16 +0200 Subject: [PATCH] [enh] Increase message size. #914 (#307) --- data/templates/postfix/main.cf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/templates/postfix/main.cf b/data/templates/postfix/main.cf index b0b2688d9..0501b56da 100644 --- a/data/templates/postfix/main.cf +++ b/data/templates/postfix/main.cf @@ -60,8 +60,8 @@ mailbox_size_limit = 0 recipient_delimiter = + inet_interfaces = all -#### Fit to the maximum message size allowed by GMail or Yahoo #### -message_size_limit = 26214400 +#### Fit to the maximum message size to 30mb, more than allowed by GMail or Yahoo #### +message_size_limit = 31457280 # Virtual Domains Control virtual_mailbox_domains = ldap:/etc/postfix/ldap-domains.cf