-------------------------------------------------
RBL Check
Author: Alberto Radice, Alex Guerrazzi - IceWarp Italia - (2013)
-------------------------------------------------


=== What's this? ===

RBL Check is a tool to check if the Server's IP has been listed in any of the RBL/DNSBL. If the IP is found in one or more lists, a warning message is sent to the Alert email address or, in case said address is not set, to the primary domain administrator.


=== How can I install it? ===

Put the whole "rbl" folder in your IceWarp Server's WebRoot 

<IceWarp_path>\html

You might want to modify the parameters that control the sending of the warning message:

$com1->RemoteHost	Sending SMTP
$com1->Helo			Helo Command Hostname

$com1->MailFrom		Sender Email Address

$com1->IsHTML		HTML Support
$com1->FromName		Sender Header Name 
$com1->FromAddress	Sender Header Address
$com1->Subject		Message Subject
$msg_body			Message Body

Create a scheduled task [System > Tools > Tasks & Events], of the URL type, executing http://<serverhostname>/rbl/

Every execution is logged into the log.txt file.




