glennda Posted February 12, 2010 Posted February 12, 2010 Hiya, Is there a way in exchange to stop emails being sent to more then say 20 recipients? for students only (they are in separate exchange databases on same server). As they seem to be sending lots and lots of !!! and i am fed up of having to remember to unblock users from email after two weeks etc, then i get moaned at as they havn't been able to send themselves work from home etc. I have googled it but can only seem to find information on blocking it Via SMTP but not helpful as its all internal Thanks Toby
CyBeRkId2002 Posted February 12, 2010 Posted February 12, 2010 Hi, I believe recipient limit can be set on a per-user basis by going to the Exchange Management console > Find User > Right Click, Properties > Mail Flow Settings > Delivery Options > Recipient Limit Alternatively we use the following command in the exchange shell which applies the setting to a given OU get-Mailbox -ResultSize unlimited -organizationalUnit “insert_ou_here” | Set-Mailbox -RecipientLimits 3 We have, however, found that if you have distribution lists (such as 'All Staff', 'All Students' etc.) it classes these as one user. You can get round this with the use of Transport Rules but it's a little more complicated. If you need help on that let me know. 1
Edu-IT Posted May 26, 2010 Posted May 26, 2010 When using the following I keep getting an error about get-mailbox not being recognised. Anyone? get-Mailbox -ResultSize unlimited -organizationalUnit “Students” | Set-Mailbox -RecipientLimits 5
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now