| Summary: | set email attachment size limit to 10MB | ||
|---|---|---|---|
| Product: | [04.HARDWARE/EMAIL] EMAIL | Reporter: | kk <kapurk> |
| Component: | Email SERVER | Assignee: | 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
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 mail server is accepting emails larger than 10MB. this results in delays and retries. |