Browse Source

Merge pull request #75 from lukecyca/fix-mail-size

Increase message size limit to 50MB (from default of 10MB)
Alex Payne 10 years ago
parent
commit
9c4801ff3d
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      roles/mailserver/templates/etc_postfix_main.cf.j2

+ 3
- 0
roles/mailserver/templates/etc_postfix_main.cf.j2 View File

@@ -4,6 +4,9 @@
4 4
 smtpd_banner = $myhostname ESMTP $mail_name
5 5
 biff = no
6 6
  
7
+# Accept messages up to 50MB
8
+message_size_limit = 51200000
9
+
7 10
 # appending .domain is the MUA's job.
8 11
 append_dot_mydomain = no
9 12
  

Loading…
Cancel
Save