see
http://www.experts-exchang
http://www.experts-exchang
http://www.experts-exchang
I hope this helps !
Main Topics
Browse All TopicsI need to restrict a group of users from sending & receiving mail above a 5Mb limit. What's the best way to do this within Native Notes
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
see
http://www.experts-exchang
http://www.experts-exchang
http://www.experts-exchang
I hope this helps !
There is no native function to do this by group. The only way you could manage it without some judicious tweaking of design and/or rules, is to segregrate the users by server. You CAN set a threshold by server, and have one server for low-limit users and another for high-limit users. If you have advanced Domino licenses, you can even do this using one box and one server license, by partitioning the server (though partitioned servers are more common in Linux than Windows).
Business Accounts
Answer for Membership
by: SysExpertPosted on 2007-12-21 at 07:13:06ID: 20514011
You would need to modify the mail template to check to see if a user belongs to that group and put in the 5 MB limit or alternatively, you could write an agent in the Notes server mail boxes to do something similar ( First method is preferred ).
You would probably need to modify all methods of sending, and the template would need to be set as the default template. lastly, Whenever you upgrade, you would need to modify the mail template again.
I hope this helps !