Using Transport Rules to Block Outbound Email to Untrustworthy Domains
- Sami Mohd
- Apr 1, 2017
- 1 min read
In the mail flow section of the Exchange admin center, create a new rule.

Construct a rule that will block email sent from internal senders to external recipients with addresses that match the specific domain name, or a pattern that matches a number of domain names.
Of course, this is just an example that is relevant to current events. Using mail flow rules like this is a fairly heavy-handed approach, and there's a few risks and caveats to be aware of.
A misconfigured transport rule could easily cause all outbound email for your organization to be rejected. Always test your transport rules in a lab first, and in production you can implement them in test mode for a period of time to assess the impact that they will have.
Blocking based on domain names doesn't necessarily solve the issue of an untrusted or insecure email provider. In the case of Yahoo, there are many other domain names hosted on Yahoo email servers that a rule such as the example above will not block. And who is to say that a trusted partner's email system hasn't been breached by attackers already, or that confidential emails aren't be accessed by unauthorized parties once they leave your organization.
Domain-based blocking could be easily bypassed by forwarding an email to another address first, such as a Gmail account, and then sending it on to Yahoo from there.
Comments