Quote:
Originally Posted by antonmb And I still can't send attachments over 10mb. |
I'm not surprised, you've changed the maximum size to 20kilobytes.
You need to do the following commands:
Code:
zmprov mcf zimbraMtaMaxMessageSize 10240000
zmprov mcf zimbraFileUploadMaxSize 10485760
That's the original settings and it's in Bytes. Make sure you increase the size to an amount that will include at least 60% more than the original file size as it's larger when it's converted for upload.