討厭的是Exchange Server 2013反垃圾郵件功能竟然沒有圖形化介面去設定
歡喜的是Exchange Server 2013的惡意程式過濾竟然免費提供,雖然不知道效果會不會是"笑果"
官方說明網頁:http://technet.microsoft.com/zh-tw/library/jj150481%28v=exchg.150%29.aspx
列出下列指令,一次下完即可以啟動內建的反垃圾郵件功能
但別忘了修改Set-TransportConfig的SMTP IP,以及確認SCL值的拿捏
啟動反垃圾郵件功能
& $env:ExchangeInstallPath\Scripts\Install-AntiSpamAgents.ps1
Restart-Service MSExchangeTransport
Set-TransportConfig -InternalSMTPServers @{Add="10.0.1.10","10.0.1.11"}
寄件者篩選
Set-SenderFilterConfig -Enabled $true
Set-SenderFilterConfig -BlankSenderBlockingEnabled $true
寄件者識別碼篩選
Set-SenderIDConfig -Enabled $true
Set-SenderIDConfig -SpoofedDomainAction Reject
Set-SenderIDConfig -TempErrorAction StampStatus
內容篩選
Set-ContentFilterConfig -Enabled $true
Set-ContentFilterConfig -ExternalMailEnabled $true
Set-ContentFilterConfig -InternalMailEnabled $false
Set-ContentFilterConfig -SCLDeleteEnabled $true -SCLDeleteThreshold 9 -SCLRejectEnabled $true -SCLRejectThreshold 8 -SCLQuarantineEnabled $true -SCLQuarantineThreshold 7
Set-ContentFilterConfig -RejectionResponse "Your message was rejected because it appears to be SPAM."
Set-ContentFilterConfig -OutlookEmailPostmarkValidationEnabled $true
Set-OrganizationConfig -SCLJunkThreshold 5
寄件者信譽
Set-SenderReputationConfig -Enabled $true
Set-SenderReputationConfig -ExternalMailEnabled $true
Set-SenderReputationConfig -InternalMailEnabled $false
Set-SenderReputationConfig -SrlBlockThreshold 6 -SenderBlockingPeriod 36
反垃圾聯盟
Add-IPBlockListProvider -Name zen.spamhaus.org -LookupDomain zen.spamhaus.org -AnyMatch $True -Enabled $True -RejectionResponse “Your IP is blacklisted! http://www.spamhaus.org“
訂閱:
張貼留言 (Atom)
Windows 11 ARM版本
Windows 11 ARM版本,微軟公開下載: https://www.microsoft.com/zh-tw/software-download/windows11arm64 對比原本的Windows 11普通版本: https://www.microsoft.com/zh...
-
請參閱『 如何疑難排解 Windows XP 與 Windows Server 2003 中的排程工作 』 上次結果欄會顯示完成代碼。您可以從 MSDN 取得所有 Windows 完成代碼的完整說明;以下是常見的排程工作代碼: 0x0 :作業順利完成。 0x1 :呼叫了不...
-
HP LaserJet 系列雷射印表機 — 為什麼有三種不同的驅動程式 ? 印表機驅動程式讓應用程式能夠連結印表機的各項功能。您應該為每臺印表機和所用的印表機語言安裝一個驅動程式。 另外,每個作業系統的驅動程式也不相同。某些應用程式使用特定的驅動程式會有較好的列印效果。 如果某個...
-
Windows 7 Ultimate with Service Pack 1 (x64) - DVD (Chinese-Taiwan) 檔案名稱 tw_windows_7_ultimate_with_sp1_x64_dvd_618550.iso 發行日期 (UTC): 2/2...
沒有留言:
張貼留言