Zimbra view link to attachment like Gmail view link to Gdrive

Discuss your pilot or production implementation with other Zimbra admins or our engineers.
Post Reply
yohoho
Posts: 35
Joined: Sat Mar 09, 2019 10:22 pm

Zimbra view link to attachment like Gmail view link to Gdrive

Post by yohoho »

Recently, I met a roadblock. My admin / business administrator sent me this. I saw the mail attachment, couldn't see my eyes.

Code: Select all

----- Forwarded Message -----
From: "Mail Delivery System" <MAILER-DAEMON@mail.receiver.net.id>
To: "admin x" <x@x.com>
Sent: Saturday, March 23, 2019 10:21:23 AM
Subject: Undelivered Mail Returned to Sender

This is the mail system at host mail.receiver.net.id.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

                   The mail system

<x@x.com>: message size 144630865 exceeds size limit
    128000000 of server mail.x.com[x.x.x.x]

<x2@x.com>: message size 144630865 exceeds size limit 128000000 of
    server mail.x.com[x.x.x.x]
I told myself, I just execute

Code: Select all

zmprov ms mail.x.com zimbraFileUploadMaxSize 128000000
zmprov ms mail.x.com zimbraMailContentMaxSize 128000000
zmprov mcf zimbraMtaMaxMessageSize 128000000
postfix reload
I immediately change it to 1 x 10e9

Code: Select all

zmprov ms mail.x.com zimbraFileUploadMaxSize 1000000000
zmprov ms mail.x.com zimbraMailContentMaxSize 1000000000
zmprov mcf zimbraMtaMaxMessageSize 1000000000
postfix reload
I thought to myself, what kind of an mail take that much of a size in a one go? Alright, there's nothing I can do about it. However, the carbon copy address is enormous. So, I thought to myself. Does my mail server sent a copy of 144630865 bytes to each of the mail address? That's crazy!

Just cc to every @x.com and the mail server disk will be full in no time.

How do you use Open Drive to make the email attachment as a link with view permission (send and receive)? So, instead of sending 144630865 bytes to each mail address, how about send 1000 message characters and 120 MB of file size with a view link attachment.
Post Reply