-
- - - -
-
---
-   -
---
- - Listing Criteria -
---
- - How to use ORBITrbl -
---
- - Remove Request -
---
- - Why my IP is Listed ? -
---
- - FAQ -
---
- - Contact -
---

Check RBL Listing





-
 
Stalker CommunigatePro
-----------------------------

1. Start the web-based CommuniGate Pro admin interface.
2. Click the "Settings" button in the left column.
3. Click the "Protection" sub-button in the left column.
4. Log in with Server's admin account when prompted.
5. In the top row, click the "Blacklisted IP Addresses" link.
6. In the resulting page, if not already checked, activate the checkbox next to the text saying "Use Blacklisting DNS Servers (RBLs)".
7. In the same section on the page, type the "rbl.orbitrbl.com" (or any other RBL) into the empty form field. (You can add only one RBL at a time.)
8. Scroll down the page until you see the "Update" button, click on it to make changes "stick".
9. Page refreshes to show your new settings - YOU'RE DONE, go back to line 7. to add sbl-xbl.spamhaus.org as well


Lotus Domino 6.0
--------------------

# Edit the configuration document for the server.
# Click on the following menu tabs, Router/SMTP -> Restrictions and controls -> SMTP Inbound Controls.
# Scroll down to the "DNS Blacklist Filters" section and enable it.
# Enter the Blacklist sites (i.e. rbl.orbitrbl.com, sbl-xbl.spamhaus.org).
# Change the desired action (Log only, Log and Tag or Log and reject).
# If required, enter a custom SMTP error message (i.e. Your host %s is in the RBL black list - visit this URL for removal http://www.orbitrbl.com/rbl/rbl.php?IP=%s)


Exim 4.x.
------------

Exim 4.x is a lot more configurable and hence there is more detail to add...

These entries are normally added to the acl_rcpt ACL in the exim.conf file. The default/example exim configuration should contain an example similar to these.

To deny access, using a normal DNSBL with TXT records.

deny message = Access denied - $sender_host_address\
listed by $dnslist_domain\n$dnslist_text
dnslists = rbl.orbitrbl.com


This will produce a response similar to the following:

550-Access denied - 127.0.0.2 listed by rbl.orbitrbl.com
550 Test entry.

To add an X-Warning header so that users can filter:

warn message = X-Warning: $sender_host_address listed by $dnslist_domain
log_message = Listed by $dnslist_domain
dnslists = rbl.orbitrbl.com


iPlanet Messaging Server 5.x
---------------------------------

Chapter 10 of the Admin Guide ( http://docs.sun.com/source/816-6009-10/filter.htm#22145 ) for iMS 5.2 details the 2 ways of stopping spam with the RBL DNS block list. The first (and the recomended way) is to add a mapping table rule such as:

PORT_ACCESS

*|*|*|*|* $C$|INTERNAL_IP;$3|$Y$E
TCP|*|25|*|*\
$C$[<server_root>/bin/msg/imta/lib/dns_verify.so,\
dns_verify_domain_port,$1,rbl.orbitrbl.com.]EXTERNAL$E

ORIG_MAIL_ACCESS

TCP|*|25|*|*|SMTP|*|tcp_local|*@*|*|*\
$C$[<server_root>/bin/msg/imta/lib/dns_verify.so,\
dns_verify_domain,$1,rbl.orbitrbl.com.]$E

This will block connections on receiving a 'RCPT TO:' request. Alternatively you can configure the dispatcher (using dispatcher.cnf) as follows:

[SERVICE=SMTP]
PORT=25
!...rest of normal options...
DNS_VERIFY_DOMAIN=rbl.orbitrbl.com
DNS_VERIFY_DOMAIN=sbl-xbl.spamhaus.org
!...etc...

The latter case, the incoming connection will be rejected at the banner. This is how the RBL SMTP proxy server works by default. It's disadvantage is some clients (incoming connections from servers are considered clients to) ignore the 554 banner as a PERMANENT fail and keep trying to resent until the message times out.


Microsoft Exchange 2000/2003
-----------------------------

First enable message filtering on your SMTP Virtual Server:
Look up Microsoft support article number 261087. http://support.microsoft.com/default.aspx?scid=kb;[LN];261087

Then:
1. In System Manager, expand the Global Settings container in the left pane, right-click Message Delivery, and then click Properties. To expand a container, double-click the container or click the plus sign (+) to the left of the container.
2. Click the Connection Filtering tab, and then modify the desired settings.


Novell Groupwise
--------------------

http://www.novell.com/documentation/lg/gw65/gw65_admin/data/ak7r84y.html

Postfix
-------

In your main.cf file (usually /etc/postfix/main.cf) set the following:

1. maps_rbl_domains = rbl.orbitrbl.com, sbl-xbl.spamhaus.org
2. smtpd_client_restrictions = reject_maps_rbl


Note: the 'reject_maps_rbl' restriction should be added rather than replacing the current options.


Sendmail
----------

In your sendmail configuration you need to use the 'dnsbl' feature as explained:

FEATURE(`dnsbl',`rbl.orbitrbl.com',`"554 Rejected http://www.orbitrbl.com/rbl/rbl.php?ip="$&{client_addr} " found in rbl.orbitrbl.com"')dnl

This will cause any server attempting to send mail to your server, which it's address is found in the DNSbl, to receive the message:

554 Rejected http://www.orbitrbl.com/rbl/rbl.php?ip=<IP-ADDRESS> found in rbl.orbitrbl.com

Where <IP-ADDRESS> is the address of the server attempting to send you mail.

---------

 

* ORBITrbl is an aggressive RBL; any one who use this must have your own method of white listing of IP & use it at your own risk, ORBITnet does not provide you with any guarantee.

-
-
-
- -
© 2002-2007 ORBIT NETWORK. All rights reserved. Privacy Policy
-