Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Exchange 2010 Spam function is enabled and whitelist setting

2025-01-17 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/03 Report--

1. Run powershell of exchange with administrator privileges

2. Enable anti-spam

C\: ExchangeInstallPath\ Scripts\ Install-AntiSpamAgents.ps1

Note if prompted to restart the transport service after input, it proves that the enable is successful.

3. Restart the transport service

Run the following command

Restart-Service MSExchangeTransport

Note: restart the front and back end transport service in case of Exchange2016

4. Specify the SMTP server

Please run the following command

Set-TransportConfig-InternalSMTPServers @ {Add= ","...}

For example: Set-TransportConfig-InternalSMTPServers @ {Add= "192.168.1.111"}

Note: you can specify multiple smtp servers. The function of this command is to add smtp servers. Because some companies have smtp servers that use other smtp servers as proxies, so they cannot use the anti-spam function, so it is recommended that the anti-spam function included in exchange should be removed from other third-party smtp servers.

5. Enable sender filtering

Please run the following command

Set-SenderFilterConfig-Enabled $true

Note: verify that the following command was run successfully

Get-SenderFilterConfig | Format-List Enabled

If the true is returned, the function has been enabled.

6. Disable messages with empty senders. This feature is very important. It can isolate a lot of spam and prevent it from being relayed.

Enter the following command

Set-SenderFilterConfig-BlankSenderBlockingEnabled $true

= =

Part II

1. Set whitelist: a single mailbox

Set-ContentFilterConfig-BypassedSenders lokccie@hotmail.com

2. Set whitelist: the entire domain

Get-ContentFilterConfig

Set-ContentFilterConfig-BypassedSenderDomains sina.com,sina.cn,sina.net

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report