Receiving Spam? Use IP Block List Providers.

Asked By 0 points N/A Posted on -
qa-featured

Recently, I have been receiving many spam mails and some of them are very intolerant. I would like to know about any free IP block list providersand also how to use them.

SHARE
Answered By 0 points N/A #87779

Receiving Spam? Use IP Block List Providers.

qa-featured

The easiest way to block all the spam is configuring an IP block list provider’s anti-spam agent. This agent checks the sender’s information and if it is unauthorised, it does not allow it. There are many free IP block list providers. Here are a few of them;

• SpamHaus – zen.spamhaus.org

• SpamCop – bl.spamcop.net

• Surriel – psbl.surriel.com

• SORBS – dnsbl.sorbs.net

Once you have selected one of the agents, adding it to Exchange is very easy. Type the following command after opening the Exchange Management shell;

Add-IPBlockListProvider -Name SpamHaus -LookupDomain zen.spamhaus.org -AnyMatch $True -Enabled $True –RejectionResponse

You just have to run it now.

Related Questions