Hi there.
decomissioned edge2010 with forefront, we are on exchange2013 edge now, but have a lot of spam.
This were the command ran on edge 2013
Set-ContentFilterConfig -QuarantineMailbox
‘quarantaine@exchangelabs.nl’ -SCLQuarantineEnabled $true -SCLQuarantineThreshold ‘7’
Set-ContentFilterConfig –SCLDeleteEnabled:$true –SCLDeleteThreshold ‘9’
Set-ContentFilterConfig –SCLRejectEnabled:$true –SCLRejectThreshold ‘8’
Add-IPBlockListProvider -Name "SpamCop IPBlockListProvider" -LookupDomain "bl.spamcop.net" -IPAddressesMatch "127.0.0.2","127.0.0.5" -Priority 1
Add-IPBlockListProvider -Name zen.spamhaus.org -LookupDomain zen.spamhaus.org -AnyMatch $true -Enabled $true
copied the list from edge2010 forefront and run this on edge2013: Set-ContentFilterConfig -BypassedSenderDomains domain1,domain2
C:\Program Files\Microsoft\Exchange Server\V15\Scripts>.\install-AntispamAgents.ps1
But spam is still very agressive. What did we miss?
bostjanc