安裝反垃圾郵件防護功能
Exchange Server 2013的命令控台之後,下達命令「& $env:ExchangeInstallPath\Scripts\Install-AntiSpamAgents.ps1」設定SMTP SERVER IP
Set-TransportConfig -InternalSMTPServers @{Add="192.168.1.xx"}Get-TransportAgent
查看寄件者設定
Get-SenderIDConfig查看寄件者識別碼篩選功能設定
Get-SenderIDConfig | Format-List Enabled
查看寄件者篩選器
Get-SenderFilterConfig | Format-List Enabled
鎖發件人為空白的郵件
Set-SenderFilterConfig -BlankSenderBlockingEnabled $true
查看目前的三種寄件者封鎖清單
Get-SenderFilterConfig | Format-List BlockedSenders,BlockedDomains,BlockedDomainsAndASubdomains查看目前的收件者封鎖清單
Get-RecipientFilterConfig | Format-List BlockedRecipients
封鎖送至組織中不存在之收件者的郵件
Set-RecipientFilterConfig -RecipientValidationEnabled $true
查詢寄件者識別碼目前啟用狀態
Get-SenderIDConfig
Get-SenderIDConfig | Format-List SpoofedDomainAction
Set-SenderIDConfig -SpoofedDomainAction Reject
最後,若想要針對特定的寄件者或網域忽略寄件者識別碼的檢查(例如)
Set-SenderIDConfig -BypassedRecipients jerrys@contoso.com,landy@contoso.com -BypassedSenderDomains msn.com
沒有留言:
張貼留言