• RSS
  • Twitter
  • FaceBook

Exchange Server Forums

Forums | Register | Login | My Profile | Inbox | RSS RSS icon | 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
  Printable Version
All Forums >> [Microsoft Exchange 2007] >> Message Routing >> How to block via number of recipients Page: [1]
Login
Message << Older Topic   Newer Topic >>
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
Post #: 1
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
  1. Start the Exchange Management Console.
  2. In the console tree, expand Recipient Configuration.
  3. In the result pane, select the mailbox for which you want to restrict the number of recipients per message.
  4. In the action pane, under the mailbox name, click Properties.
  5. In <Mailbox> Properties, click the Mail Flow Settings tab.
  6. Select Delivery Options from the list of mail flow settings, and then click Properties.
  7. In Delivery Options, select the Maximum recipients check box, and then type 100 in the corresponding text box.
  8. Click OK to return to the Mail Flow Settings tab.
  9. 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

(in reply to maryg)
Post #: 2

Page:   [1] << Older Topic    Newer Topic >>
All Forums >> [Microsoft Exchange 2007] >> Message Routing >> How to block via number of recipients Page: [1]
Jump to:

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


Follow TechGenix on Twitter