1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

bring the max outgoing mail size via webmail and z-push in line with the limit set in postfix: 128 MB

The limit was previously the nginx default (2MB?).

fixes #236
This commit is contained in:
Joshua Tauberer
2014-10-16 21:49:28 +00:00
parent 6bc821676c
commit 6585384daa
2 changed files with 9 additions and 1 deletions

View File

@@ -161,6 +161,7 @@ tools/editconf.py /etc/postfix/main.cf \
smtpd_recipient_restrictions=permit_sasl_authenticated,permit_mynetworks,"reject_rbl_client zen.spamhaus.org",reject_unlisted_recipient,"check_policy_service inet:127.0.0.1:10023"
# Increase the message size limit from 10MB to 128MB.
# The same limit is specified in nginx.conf for mail submitted via webmail and Z-Push.
tools/editconf.py /etc/postfix/main.cf \
message_size_limit=134217728