Bug 2939

Summary: set email attachment size limit to 10MB
Product: [04.HARDWARE/EMAIL] EMAIL Reporter: kk <kapurk>
Component: Email SERVERAssignee: Manoj Gupta <manoj.gupta>
Status: RESOLVED FIXED    
Severity: normal CC: kapurk
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: All   
Database: Module ID:

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.