I'm looking to implement Zimbra in place of Ifolder and I was wondering if you can and how you would go about restricting the file size and file extensions for the Briefcase and Documents section.
Thanks again,
Forrest Gaston
I'm looking to implement Zimbra in place of Ifolder and I was wondering if you can and how you would go about restricting the file size and file extensions for the Briefcase and Documents section.
Thanks again,
Forrest Gaston
Welcome to the forums!
You can set the zimbraFileUploadMaxSize attribute (takes effect across the entire system).
As a note...you might to set zimbraFileUploadMaxSize 10-30% > than your attachment/file that you're uploading to the briefcase.
Also as a general rule, I set zimbraMtaMaxMessageSize 10% larger than the zimbraFileUploadMaxSize.
Say both are set to 10MB (and you tell everyone they can send 10MB attachments):
An email with a 9MB attachment and 100KB message body text. The attachment may be less than the 10MB zimbraFileUploadMaxSize, and so it'll get accepted by the file upload system. But when it's converted into a MIME message it ends up base64-encoded. Then add 100K of regular body text, and the resulting message (say 10.3MB or so) is then handed off to postfix, which checks zimbraMtaMaxMessageSize and promptly rejects the message if it's over the limit of 10MB.
Of course that would mean that you would set zimbraMtaMaxMessageSize even larger if you want to allow emails with multiple large attachments.
You could also vote for these two RFE's:
Bug 19515 - Separate Max File Size for Briefcase
Bug 19516 - Ability to segregate Briefcase storage from regular mail storage
-Mike Morse (MCode151)
ZCS-to-ZCS Migrations & Moves | Admin Tools & Tidbits » ZimbraBlog.com | ZimbraCommunity.com
How about restrictions on uploaded file extensions? What control this?
There are currently 1 users browsing this thread. (0 members and 1 guests)