Bump mailbox size limit to 512MB
[sysconfig/postfix.git] / main.cf
diff --git a/main.cf b/main.cf
index 5c8b27727cad451e1750fd15bd4b2ba6f92fdeda..8a7dd8dd2de935981a220279a38976528a523ebf 100644 (file)
--- a/main.cf
+++ b/main.cf
@@ -480,6 +480,10 @@ home_mailbox = .maildir/
 mailbox_command = /usr/lib/dovecot/deliver
 #mailbox_command = /some/where/procmail -a "$EXTENSION"
 
+# Bump mailbox size limit to 512MB since cache files were maxing out
+# See https://wiki.dovecot.org/LDA/Postfix
+mailbox_size_limit = 512000000
+
 # The mailbox_transport specifies the optional transport in master.cf
 # to use after processing aliases and .forward files. This parameter
 # has precedence over the mailbox_command, fallback_transport and