Having trouble getting URL scanning working.

Discussions on webmail and the Professional version.
Post Reply
philip.arny
Posts: 13
Joined: Tue Jul 10, 2018 9:51 pm

Having trouble getting URL scanning working.

Post by philip.arny »

Hello there! I'm running MailEnable Professional 10.31 on Windows Server 2012 R2.
I'm not having much luck getting my URL blacklisting working.

I've registered my IP address with the Barracuda blacklist.

A couple of questions:
* where can I find known bad URL/IP addresses to test in emails and in the MESPAMLookup.exe utility?
* does the URL blacklisting log it's filter activities anywhere? I've been looking in MTA, SMTP, and FIlter logs, haven't spotted anything logged when I send what I believe to be bad URL in an email; also, so far none of my supposedly bad URLs have been replaced.

I'm pasting in the registry entry below with my Reverse DNL blacklist settings: I ?think? this applies to both the DNS & the URL lookups.

Thanks for any suggestions.

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mail Enable\Mail Enable\Connectors\SMTP\Reverse DNS Blacklist]
"Processing Order"="BarracudaBRBL,SORBSSpam,Spamcop,SpamhausZEN"
"Enabled"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mail Enable\Mail Enable\Connectors\SMTP\Reverse DNS Blacklist\BarracudaBRBL]
"Name"="Barracuda Reputation Block List"
"Status"=dword:00000000
"Name Server"="b.barracudacentral.org."
"Type"=dword:00000000
"Record Type"=dword:00000001
"Custom"=dword:00000000
"Response"="Barracuda blacklist IP %IP%"
"Description"="DNSBL of IP addresses known to send spam, provided by Barracuda Networks. While the service is free, you must register at http://www.barracudacentral.org in order to get access."
"SURBL Status"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mail Enable\Mail Enable\Connectors\SMTP\Reverse DNS Blacklist\SORBSSpam]
"Name"="SORBS Spam Reputation Block List"
"Status"=dword:00000000
"Name Server"="spam.dnsbl.sorbs.net."
"Type"=dword:00000000
"Record Type"=dword:00000001
"Custom"=dword:00000000
"Response"=""
"Description"="DNSBL of IP addresses known to send spam, provided by SORBS. More: http://www.sorbs.net."
"SURBL Status"=dword:00000000

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mail Enable\Mail Enable\Connectors\SMTP\Reverse DNS Blacklist\Spamcop]
"Name"="Spamcop"
"Status"=dword:00000000
"Name Server"="bl.spamcop.net."
"Type"=dword:00000000
"Record Type"=dword:00000001
"Custom"=dword:00000000
"Description"="The list contains addresses which have been reported to SpamCop as carriers of spam, whether directory or indirectly. See http://spamcop.net for details."
"Check Return Values"=dword:00000000
"Return Values"=""
"Response"=""
"SURBL Status"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Mail Enable\Mail Enable\Connectors\SMTP\Reverse DNS Blacklist\SpamhausZEN]
"Type"=dword:00000000
"Return Values"=""
"Name Server"="zen.spamhaus.org."
"Record Type"=dword:00000001
"Check Return Values"=dword:00000000
"Name"="SpamhausZEN"
"Custom"=dword:00000000
"Status"=dword:00000000
"Response"=""
"SURBL Status"=dword:00000001

Post Reply