• Home
  • About us
  • Contact

Welcome to www.DoitFixit.com

www.doitfixit.com

  • Microsoft
  • Fortinet
  • Symantec
  • Office 365
  • Azure
  • Others

Configuring Anti-Spam Settings for Individual Mailboxes – Exchange 2010

June 15, 2012 By Damitha Anuradha Leave a Comment

In my previous article I have shown you how to enable Spam feature in Hub Transport Servers in Exchange Server 2010. By enabling Spam feature in exchange server it apply for all exchange users. And if you have special requirement to bypass anti-spam feature for specific mailbox(s), then this article will help.

To enable Anti-Spam bypass option to specific mailbox run the below shell command.

Set-Mailbox damitha@doitfixit.local -AntispamBypassEnabled $true

To view the the Anti-Spam options run the below command.

Get-Mailbox damitha@doitfixit.local | fl *spam*,*SCL*

You can also use below command to get all Anti-Spam bypass users.

Get-Mailbox | where {$_.AntispamBypassEnabled -eq $true}

Disable Anti Spam bypass option.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

LATEST ARTICLES

  • Slow Network Speed with Hyper-V Virtual Machines on Windows Server Server 2019
  • Block MS Exchange Server OWA access from Internet
  • Error 1168 – The specified product key could not be validated.
  • Unable to Enable Desktop Icons after Joining to the Domain
  • Veritas BackupExec – A backup set was created which contains no data 0xe00084b7

Copyright © 2020 · www.doitfixit.com · Log in