Skip to main content

Block Users Sending to Specific Domains with Exchange Server 2007


In some scenarios an organization will want to prevent email users from sending messages to certain external domain names.  This can be achieved with Exchange Server 2007 using a Transport Rule.
Open the Exchange Management Console and navigate to Organization Config/Hub Transport.
Start a New Transport Rule.
Give the rule an appropriate name and description.
Choose conditions of “From users inside the organization” and “When a message header contains specific words“.  Click on “message header” and change it to “To” (without the quotes), and then click on “specific words” and add the domain name, for example “@fabrikam” (again without quotes).
Click Next and choose actions of “Send bounce message to sender…” and “Silently drop the message“.
You can modify the bounce message that is sent to the sender so that they or the IT admins can easily tell why the email was rejected.
Complete the Transport Rule wizard and test the new rule by trying to send an email to that domain name.
You should now receive a bounce message from the Exchange server with the text that you configured.

Comments

Popular posts from this blog

test vpn bandwidth and speed with iperf

This article explains how to use a free utility called iPerf to test the speed of a VPN connection. In this example I am running iPerf on windows but there are other versions available (i.e. Linux). Download iPerf from  http://linhost.info/2010/02/iperf-on-windows/ Put a copy on 2 computers with 1 either side of the VPN. In this example I have put in the c:\triangle folder On the “server” PC open a cmd prompt and navigate to the folder containing iperf. Note on computers running Win7 or Win2008 I recommend running the cmd prompt in elevated mode. Run the command  iperf –s On the “client” PC open a cmd prompt and again navigate to the folder containing iperf. Run the command  iperf –c After a short while the estimated bandwidth is displayed.

Installing Nagios 4 on Ubuntu 14 04 LTS