Hi, seems to work after setting this configuration bellow. I restart the Exchange service Transport but it take like 5 minutes before working.
Good test has been done with this anonymous email test https://emkei.cz/
There IP is blacklist from well known list like SpamHaus
So after adding for example the domain "mybigtest.com", this is working fine and I could receive emails from a blacklist server.
Last question, the microsoft documentation explain how to add the "white list domain":
Add-IPBlockListProvider -Name "Contoso IP Block List Provider" -LookupDomain rbl.contoso.com -BitmaskMatch 127.0.0.1
Is it important to add the
-BitmaskMatch 127.0.0.1
?
thank you.
My Setup:
[PS] C:\Program Files\Microsoft\Exchange Server\V15\Scripts>Get-IPAllowListProvidersConfig | Format-List *MailEnabled
ExternalMailEnabled : True
InternalMailEnabled : False
[PS] C:\Program Files\Microsoft\Exchange Server\V15\Scripts>Add-IPAllowListProvider -Name "mybigtest.com" -LookupDomain mybigtest.com
Name LookupDomain Priority
mybigtest.com mybigtest.com 1
[PS] C:\Program Files\Microsoft\Exchange Server\V15\Scripts>Get-IPAllowListProvidersConfig | Format-List Enabled
Enabled : True
[PS] C:\Program Files\Microsoft\Exchange Server\V15\Scripts>Get-IPAllowListProvider
Name LookupDomain Priority
mybigtest mybigtest.com 1