Open the exchange management shell and run the following commands
Run this command to view your current configuration
Get-RecipientFilterConfig | fl
Then run this command to turn on recipient filtering
Set-RecipientFilterConfig -RecipientValidationEnabled:$true
Turning on this feature will filter recipients who are not in the directory. This can unlload a ton of processing requests from your Exchange server.