How-to: Add new RBL to Exim
From CPWiki
cPanel only offer spamcop or spamhaus or spamcop + spamhaus DNSBL (RBL) options.
DNSBL configurations is stored at a /usr/local/cpanel/etc/exim/acls/ACL_RBL_BLOCK:
cd /usr/local/cpanel/etc/exim/acls/ACL_RBL_BLOCK ls -rw-r--r-- 1 500 500 146 Sep 8 01:21 spamcop_rbl -rw-r--r-- 1 500 500 158 Sep 8 01:21 spamhaus_rbl -rw-r--r-- 1 500 500 175 Sep 8 01:21 spamhaus_spamcop_rbl
Make a copy of one of those files in the same dir and change the name and the dns lists and the content to apropriated values then run:
/scripts/buildeximconf
Thanks to cpanelnick - cPanel Staff who gave the tip at http://forums.cpanel.net/showthread.php?p=342930#post342930

