Procházet zdrojové kódy

Increase message size limit to 50MB (from default of 10MB)

Luke Cyca před 10 roky
rodič
revize
85bbbd7d02

+ 3
- 0
roles/mailserver/templates/etc_postfix_main.cf.j2 Zobrazit soubor

@@ -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…
Zrušit
Uložit