Exchange Server Forums
Forums |
Register |
Login |
My Profile |
Inbox |
RSS
|
My Subscription |
My Forums |
Address Book |
Member List |
Search |
FAQ |
Ticket List |
Log Out
How to block via number of recipients
Users viewing this topic:
none
|
Logged in as: Guest
|
Login | |
|
How to block via number of recipients - 28.Jan.2008 5:55:08 PM
|
|
|
maryg
Posts: 21
Joined: 27.Sep.2006
Status: offline
|
Hello, Using exchange 2007, hub transport, I want to block email from a domain if it has over a certian number of users. I've tried to accomplish this with transport rules, but can't figure it out. I suspect that there is a quicker, easier way to do it. Message Filtering? Thank you for any help, mary g
|
|
|
RE: How to block via number of recipients - 12.Feb.2008 10:39:31 AM
|
|
|
dssbreilly
Posts: 31
Joined: 12.Feb.2008
Status: offline
|
To use the Exchange Management Shell to restrict the number of recipients per message for the entire Exchange organization - To restrict the number of recipients per message to 1,000 for your Exchange organization, run the following command:
Set-TransportConfig -MaxRecipientEnvelopeLimit 1000 To use the Exchange Management Shell to restrict the number of recipients per message for a Receive connector - To restrict the number of recipients per message to 300 for messages received through the Receive connector named Contoso Receive Connector, run the following command:
Set-ReceiveConnector -Identity "Contoso Receive Connector" -MaxRecipientsPerMessage 300 To use the Exchange Management Shell to restrict the number of recipients per message for a Hub Transport server - To restrict the number of recipients per message to 200 for messages that are processed by the Hub Transport server named Server01, run the following command:
Set-TransportServer -Identity "Server01" -PickupDirectoryMaxRecipientsPerMessage 200 Note: This restriction applies only to messages submitted by using the pickup directory on an Edge Transport or Hub Transport server. For more information about the pickup directory, see Managing the Pickup Directory. To use the Exchange Management Console to restrict the number of recipients per message for a mailbox - Start the Exchange Management Console.
- In the console tree, expand Recipient Configuration.
- In the result pane, select the mailbox for which you want to restrict the number of recipients per message.
- In the action pane, under the mailbox name, click Properties.
- In <Mailbox> Properties, click the Mail Flow Settings tab.
- Select Delivery Options from the list of mail flow settings, and then click Properties.
- In Delivery Options, select the Maximum recipients check box, and then type 100 in the corresponding text box.
- Click OK to return to the Mail Flow Settings tab.
- Click OK.
To use the Exchange Management Shell to restrict the number of recipients per message for a mailbox - To restrict the number of recipients per message to 100 for the mailbox user John Smith, run the following command:
Set-Mailbox -Identity "John Smith" -RecipientLimits 100
|
|
|
New Messages |
No New Messages |
Hot Topic w/ New Messages |
Hot Topic w/o New Messages |
Locked w/ New Messages |
Locked w/o New Messages |
|
Post New Thread
Reply to Message
Post New Poll
Submit Vote
Delete My Own Post
Delete My Own Thread
Rate Posts |
|