Zimbra incoming message size limit

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
User avatar
pup_seba
Outstanding Member
Outstanding Member
Posts: 687
Joined: Sat Sep 13, 2014 2:43 am
Location: Tarragona - Spain
Contact:

Re: Zimbra incoming message size limit

Post by pup_seba »

Hi,

What "postfix" server? Did you check the limit in that postifx?

The commands given to you work, if they are not working for your zimbra, is not a thing with the commands but my guess would be with your configuration instead.

Defaults for zimbra are not "20MB" either, so maybe, that "postfix" server is configured that way. Please make sure that's not the case.
mrpontifex
Posts: 15
Joined: Mon Oct 10, 2016 11:29 am
ZCS/ZD Version: 8.7.11_3800

Re: Zimbra incoming message size limit

Post by mrpontifex »

pup_seba wrote:Hi,

What "postfix" server? Did you check the limit in that postifx?

The commands given to you work, if they are not working for your zimbra, is not a thing with the commands but my guess would be with your configuration instead.

Defaults for zimbra are not "20MB" either, so maybe, that "postfix" server is configured that way. Please make sure that's not the case.
My private server has nothing to do with this problem, it is configured to send large attachements to test Zimbra max attachement size setting. If i am able to send large email then it is configured properly, errors are coming from server with Zimbra, not my private Postfix. If i try to send 23MB attachement from my private GMail account to my server with Zimbra, I still gets same errors (gmail returns: 552 Requested mail action aborted: exceeded storage allocation. Before unnesesery questions - I have unlimited mailbox size, and plenty of free storage,). So that's definitely not the case.
User avatar
JDunphy
Outstanding Member
Outstanding Member
Posts: 899
Joined: Fri Sep 12, 2014 11:18 pm
Location: Victoria, BC
ZCS/ZD Version: 9.0.0_P39 NETWORK Edition

Re: Zimbra incoming message size limit

Post by JDunphy »

Have you looked at the receiving server to determine its max size? It will tell you if you issue an ehlo verb via its SIZE response.

Code: Select all

telnet gmail-smtp-in.l.google.com 25
Trying 74.125.142.26...
Connected to 74.125.142.26.
Escape character is '^]'.
220 mx.google.com ESMTP r12si25627258pfn.135 - gsmtp
ehlo mail.example.com
250-mx.google.com at your service
250-SIZE 157286400
250-8BITMIME
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-CHUNKING
250 SMTPUTF8
quit
221 2.0.0 closing connection r12si25627258pfn.135 - gsmtp
So gmail has an incoming limit of 157MB... Yahoo is: 42MB in comparison.

If you have determined that the SIZE is what you set it to in the receiving zimbra server.... Look to see if you have an appliance that is transparently intercepting your email. It not unheard of in these forums to have a FW do that and that can add to the confusion.

ref: soros xp - viewtopic.php?f=15&t=65614&p=289764&hil ... re#p289763

HTH,

Jim
mrpontifex
Posts: 15
Joined: Mon Oct 10, 2016 11:29 am
ZCS/ZD Version: 8.7.11_3800

Re: Zimbra incoming message size limit

Post by mrpontifex »

JDunphy wrote:Have you looked at the receiving server to determine its max size? It will tell you if you issue an ehlo verb via its SIZE response.

Code: Select all

telnet gmail-smtp-in.l.google.com 25
Trying 74.125.142.26...
Connected to 74.125.142.26.
Escape character is '^]'.
220 mx.google.com ESMTP r12si25627258pfn.135 - gsmtp
ehlo mail.example.com
250-mx.google.com at your service
250-SIZE 157286400
250-8BITMIME
250-STARTTLS
250-ENHANCEDSTATUSCODES
250-PIPELINING
250-CHUNKING
250 SMTPUTF8
quit
221 2.0.0 closing connection r12si25627258pfn.135 - gsmtp
So gmail has an incoming limit of 157MB... Yahoo is: 42MB in comparison.

If you have determined that the SIZE is what you set it to in the receiving zimbra server.... Look to see if you have an appliance that is transparently intercepting your email. It not unheard of in these forums to have a FW do that and that can add to the confusion.

ref: soros xp - viewtopic.php?f=15&t=65614&p=289764&hil ... re#p289763

HTH,

Jim
Ok, so i tryied your suggestion. When I telnet to my zimbra server it says that message size limit is set correctly, I set 62mb and it says "250-SIZE 62914560", but server still responds with errors when reciveing messages larger than 20mb. So, you said to see if firewall is not a relay server. Yes it is. We have Watchguard Firewall in company, I checked incoming SMTP proxy and bingo! It was set to 20mb, so firewall controls max mail message size instead of zimbra. I would never have thought about that.

Thank you very much Jim!
Post Reply