Hello all,
I'd like to make sure that Exim is using available RBLs to block incoming spam. Looking at the exim.conf, I see sections like this:
	
	
	
		
There are others for Spamcop, SORBS, etc. Are those the passages that allow the checking of the RBLs or is there something else I should be looking for? Is there a way to test this out?
Edit:
Right now, I am only seeing rejected addresses (account doesn't exist) in the Exim reject log, so I am thinking something isn't enabled properly. Any advice is greatly appreciated.
				
			I'd like to make sure that Exim is using available RBLs to block incoming spam. Looking at the exim.conf, I see sections like this:
		Code:
	
	# deny using .spamhaus
  deny message = Email blocked by SPAMHAUS - to unblock see http://www.example.com/
       # only for domains that do want to be tested against RBLs
       domains = +use_rbl_domains
       dnslists = sbl.spamhaus.org
	There are others for Spamcop, SORBS, etc. Are those the passages that allow the checking of the RBLs or is there something else I should be looking for? Is there a way to test this out?
Edit:
Right now, I am only seeing rejected addresses (account doesn't exist) in the Exim reject log, so I am thinking something isn't enabled properly. Any advice is greatly appreciated.
			
				Last edited: