-
-
Notifications
You must be signed in to change notification settings - Fork 195
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'gh-pages-postfix-message-size-limit' into gh-pages
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -302,6 +302,14 @@ Finally, edit `/etc/aliases` to remove `user-support`: | |
|
||
team: [email protected], [email protected] | ||
|
||
#### Allow Larger Email Attachments in Postfix | ||
|
||
Out of the box, Postfix is set to accept emails with a maximum size of 10MB. If you anticipate receiving emails with sizeable attachments, you might consider increasing this limit. To set the maximum email size to around 30MB, modify the `/etc/postfix/main.cf` file by adding: | ||
|
||
message_size_limit = 30720000 | ||
|
||
Afterwards [apply the change](#making-the-changes-live). | ||
|
||
#### Logging | ||
|
||
For the postfix logs to be successfully read by | ||
|