Created
August 26, 2014 21:44
-
-
Save itamar/29fa5a1395bbb6bac0ff to your computer and use it in GitHub Desktop.
increase the maximum message size (Postfix)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| echo "message_size_limit = 20480000" > /etc/postfix/main.cf | |
| service postfix reload |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment