mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[enh] Accept attachment of 25MB instead of 21,8MB
This commit is contained in:
parent
d4b69527e7
commit
c819dbb750
1 changed files with 5 additions and 2 deletions
|
@ -89,8 +89,11 @@ mailbox_size_limit = 0
|
||||||
recipient_delimiter = +
|
recipient_delimiter = +
|
||||||
inet_interfaces = all
|
inet_interfaces = all
|
||||||
|
|
||||||
#### Fit to the maximum message size to 30mb, more than allowed by GMail or Yahoo ####
|
#### Fit to the maximum message size to 25mb, more than allowed by GMail or Yahoo ####
|
||||||
message_size_limit = 31457280
|
# /!\ This size is the size of the attachment in base64.
|
||||||
|
# Base64_SIZE = ORIGINAL_SIZE * 1,37 *1024*1024 + 980
|
||||||
|
# See https://serverfault.com/questions/346895/postfix-mail-size-counting
|
||||||
|
message_size_limit = 35914708
|
||||||
|
|
||||||
# Virtual Domains Control
|
# Virtual Domains Control
|
||||||
virtual_mailbox_domains = ldap:/etc/postfix/ldap-domains.cf
|
virtual_mailbox_domains = ldap:/etc/postfix/ldap-domains.cf
|
||||||
|
|
Loading…
Add table
Reference in a new issue