Enable SpamHaus and other providers on Exchange 2010
1. Check the installed and enabled AntiSpam agents on this server
Get-TransportAgent
2. Install and enable AntiSpam agents on Exchange HUB Transport Server
& “C:\Program Files\Microsoft\Exchange Server\V14\Scripts\install-AntispamAgents.ps1″
#You must restart MSExchangeTransport service, and close EMS and EMC to apply changes
3. Check AntiSpam updates configuration
Get-AntispamUpdates
4. Set zen.spamhaus.org as DNSBL (DNS-based Blackhole List) provider
ZEN combines SBL, SBLCSS, XBL and PBL into one single powerful blocklist
5. List DNSBL providers
Get-IPBlockListProvider
#Test DNSBL providers
Test-IPBlockListProvider -Identity SpamHAUS -IPAddress
Additional Block Lists
dnsbl.sorbs.net
bl.spamcop.net
dnsbl-1.uceprotect.net
#Agent Logs
C:\Program Files\Microsoft\Exchange Server\V14\TransportRoles\Logs\AgentLog
1. Check the installed and enabled AntiSpam agents on this server
Get-TransportAgent
2. Install and enable AntiSpam agents on Exchange HUB Transport Server
& “C:\Program Files\Microsoft\Exchange Server\V14\Scripts\install-AntispamAgents.ps1″
#You must restart MSExchangeTransport service, and close EMS and EMC to apply changes
3. Check AntiSpam updates configuration
Get-AntispamUpdates

4. Set zen.spamhaus.org as DNSBL (DNS-based Blackhole List) provider
Code:
list of Other Providers:
blackholes.mail-abuse.org (list name: "MAPS RBL")
bl.spamcop.net (list name: "Spamcop")
sbl.spamhaus.org (list name: "Spamhaus SBL")
bl.csma.biz (list name: "McFadden Associates Blacklist")
cbl.abuseat.org (list name: "Composite blocking list")
ix.dnsbl.manitu.net
dnsbl-1.uceprotect.net
dnsbl-2.uceprotect.net

ZEN combines SBL, SBLCSS, XBL and PBL into one single powerful blocklist


5. List DNSBL providers
Get-IPBlockListProvider

#Test DNSBL providers
Test-IPBlockListProvider -Identity SpamHAUS -IPAddress
Additional Block Lists
dnsbl.sorbs.net
bl.spamcop.net
dnsbl-1.uceprotect.net
#Agent Logs
C:\Program Files\Microsoft\Exchange Server\V14\TransportRoles\Logs\AgentLog