The
Mail Filter
 
Test the configuration

 

Relaying - Test if your XWall is an open relay


Virus - Test if XWall catches the EICAR test virus



SLS/RBL/MAPS - Test the Spam Lookup Service

  • General Test

To find out if an IP address is listened on one of the Spam Lookup Service databases use either http://www.dnsstuff.com or the following batch file:

@ECHO OFF
REM %1 : SLS service
REM %2 - %5: IP address without dots
IF %5. == . GOTO Usage
nslookup %5.%4.%3.%2.%1
GOTO End
:Usage ECHO Usage %0 SLS-service IPAddress_without_Dots
ECHO Sample: %0 bl.spamcop.net 217 59 83 22 :End
  • Crynwr

Crynwr Software operates a robot which can test DNS-based spam blocks.

Send a message to nelson-SBL-test@crynwr.com and the robot at
Crynwr will then send back a message to you from a host that is
on a RBL/SLS list ( at present this is sbl.spamhaus.org )

The robot assume that you block the message at the SMTP level.
So when you have a different action the XWall will accept the message and then perform the selected action. So even when the robot says Uh-oh, your SBL block is not working!, this does not means that XWall didn't trigger the selected action.

Note: Make sure you have disable the white list in XWall or else your outgoing message will add the e-mail address to the white list and then the test will fail.