From 50ed488da7057c7e25857e229bf6b5625ce16633 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 21 Mar 2016 13:48:56 +0100 Subject: Remove SMTP message size limit on non public MTAs. --- roles/lists/templates/etc/postfix/main.cf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/lists') diff --git a/roles/lists/templates/etc/postfix/main.cf.j2 b/roles/lists/templates/etc/postfix/main.cf.j2 index b314d95..6bfb46f 100644 --- a/roles/lists/templates/etc/postfix/main.cf.j2 +++ b/roles/lists/templates/etc/postfix/main.cf.j2 @@ -38,7 +38,7 @@ alias_maps = alias_database = local_recipient_maps = -message_size_limit = 67108864 +message_size_limit = 0 recipient_delimiter = + # No relay: this server is inbound-only -- cgit v1.2.3