zimbra - size restrcition in sending to email groups
Need to restrict users from sending big attachments to certain email groups due to large bandwidth consumption in Zimbra.
Only some users are permitted to send to those big groups but still sending big attachments are making large bandwidth consumption and making the network very slow on occasions.
any suggestions please.
Email Servers* Zimbra
Last Comment
Sanga Collins
8/22/2022 - Mon
Sanga Collins
You can restrict size based on which email address a user is sending to.
You can limit attachment size and message size globally for all users or .depending on which version of zimbra you may be able to use the following for individual user:
zmprov ma email.adress@domain.com amavisMessageSizeLimit 33554432
This will affect the email size ( the attachment + all the text in the email body) so take into account both when setting this value.
vibinsathyan
ASKER
Thank you for the response 👍
Actually i tried this command but not worked as i was trying to restrict mail size to a specific DL.
Whether the command only apply for email ids with mailbox and not DLs?
whether we need to restart any services after this?
Whether it will affect both incoming and outgoing mails?-In my case I want to restrict people sending big attachments to a large DL.
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.
Not exactly the question you had in mind?
Sign up for an EE membership and get your own personalized solution. With an EE membership, you can ask unlimited troubleshooting, research, or opinion questions.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
You can limit attachment size and message size globally for all users or .depending on which version of zimbra you may be able to use the following for individual user:
zmprov ma email.adress@domain.com amavisMessageSizeLimit 33554432
This will affect the email size ( the attachment + all the text in the email body) so take into account both when setting this value.