Zimbra incoming message size limit
Posted: Thu Apr 18, 2019 8:00 am
Hello, I want to set 50mb as message size limit, so when somebody sends message to my zimbra server with atachments(message size around 40mb) I want to recive it. I read many forum threads, many articles, many blogs and none of that work, limit is always set to 20mb. Setting message size in Zimbra admin panel does nothing,
On my private postfix server I get:
Limit is always 20000000, it's not reacting to any changes I made.
So how to change it?
Zimbra version: 8.7.11
Code: Select all
[zimbra@x root]$ zmprov mcf zimbraMtaMaxMessageSize 1000000000
[zimbra@x root]$ postfix reload
/postfix-script: refreshing the Postfix mail system
[zimbra@x root]$ zmprov ms `zmhostname` zimbraMailContentMaxSize 50000000
[zimbra@x root]$ zmprov modifyConfig zimbraMailContentMaxSize 50000000
[zimbra@x root]$ zmprov mcf zimbraMtaMaxMessageSize 50000000
[zimbra@x root]$ postfix reload
/postfix-script: refreshing the Postfix mail system
[zimbra@x root]$ zmprov modifyConfig zimbraMailContentMaxSize 52428800
[zimbra@x root]$ zmprov mcf zimbraMtaMaxMessageSize 52428800
[zimbra@x root]$ postconf -e message_size_limit=52428800
[zimbra@x root]$ postfix reload
/postfix-script: refreshing the Postfix mail system
[zimbra@x root]$ postconf -e message_size_limit=9437184
[zimbra@x root]$ postfix reload
/postfix-script: refreshing the Postfix mail system
[zimbra@x root]$ exit
exit
[root@x ~]# postconf -e message_size_limit=5000000000
[root@x ~]# postfix reload
postfix/postfix-script: fatal: the Postfix mail system is not running
[root@x~]# su zimbra
[zimbra@x root]$ zmprov ms `zmhostname` zimbraFileUploadMaxSize 44040192
[zimbra@x root]$ zmprov ms `zmhostname` zimbraMailContentMaxSize 44040192
[zimbra@x root]$ zmprov mcf zimbraMtaMaxMessageSize 44040192
[zimbra@x root]$ postfix reload
/postfix-script: refreshing the Postfix mail system
[zimbra@x root]$
On my private postfix server I get:
Code: Select all
message size 37361972 exceeds size limit 20000000 of
server x.example.com[111.111.111.111]
Limit is always 20000000, it's not reacting to any changes I made.
So how to change it?
Zimbra version: 8.7.11