Explorar el Código

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

Luke Cyca hace 11 años
padre
commit
85bbbd7d02
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      roles/mailserver/templates/etc_postfix_main.cf.j2

+ 3
- 0
roles/mailserver/templates/etc_postfix_main.cf.j2 Ver fichero

@@ -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…
Cancelar
Guardar