Bug 2939 - set email attachment size limit to 10MB
Summary: set email attachment size limit to 10MB
Status: RESOLVED FIXED
Alias: None
Product: EMAIL
Classification: 04.HARDWARE/EMAIL
Component: Email SERVER (show other bugs)
Version: unspecified
Hardware: All All
: Normal normal
Assignee: Manoj Gupta
URL:
Depends on:
Blocks:
 
Reported: 2020-02-06 18:00 IST by kk
Modified: 2020-02-06 18:16 IST (History)
1 user (show)

See Also:
Database:
Module ID:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Comment 2 kk 2020-02-06 18:16:13 IST
limit changed to 20MB.
Comment 1 kk 2020-02-06 18:01:47 IST
size limit was too high. reset to 10MB.

[root@mail ~]# su - zimbra
[zimbra@mail ~]$ postconf message_size_limit
message_size_limit = 78643200
[zimbra@mail ~]$ zmprov modifyConfig zimbraMtaMaxMessageSize 10240000
[zimbra@mail ~]$ postfix reload
/postfix-script: refreshing the Postfix mail system
[zimbra@mail ~]$ postconf message_size_limit
message_size_limit = 10240000
Description kk 2020-02-06 18:00:55 IST
mail server is accepting emails larger than 10MB. this results in delays and retries.