Browse Source

added file size limit setting

feature/startup-from-labels
Mario Alegre 4 years ago
parent
commit
8a3babaeaa
  1. 3
      mailsrv/assets/postfix/main.cf.part

3
mailsrv/assets/postfix/main.cf.part

@ -1,3 +1,4 @@
### Network ###
# interfaces & protocols to listen on
inet_interfaces = all
@ -73,3 +74,5 @@ biff = no
# See http://www.postfix.org/COMPATIBILITY_README.html -- default to 2 on
# fresh installs.
compatibility_level = 2
# maximum size allowed for sent messages, in bytes
message_size_limit = 104857600

Loading…
Cancel
Save