Changed max message size
Added config to increase the maximal message size from 10MB (default) to 40MB.
This commit is contained in:
parent
393f47d085
commit
1a017ca2bf
|
@ -13,6 +13,7 @@ mydestination =
|
|||
relayhost =
|
||||
mynetworks = 127.0.0.0/8 [::1]/128 [fe80::]/64
|
||||
mailbox_size_limit = 0
|
||||
message_size_limit = 40960000
|
||||
recipient_delimiter = +
|
||||
inet_interfaces = all
|
||||
inet_protocols = all
|
||||
|
|
Loading…
Reference in New Issue