Bouce back message for rblsmtpd search

prashantbhushan

Verified User
Joined
Jul 21, 2006
Messages
199
Location
Pune, India.
Dear Sir,
I have added my domains in use_rbl_domains file on DA server for dnslists = sbl.spamhaus.org : \
relays.ordb.org : \
list.dsbl.org : \
bl.spamcop.net : \
sbl-xbl.spamhaus.org : \
cbl.abuseat.org : \
dnsbl.njabl.org : \
cbl.abuseat.org : \
dnsbl.sorbs.net=127.0.0.5.

Now when a particular IP goes into RBL database the bounce back message is generating is that
"The message could not be sent because one of the recipients was rejected by the server. The rejected e-mail address was 'emailid is here '. Subject 'Fw:', Account: 'ACCname', Server: 'Server name', Protocol: SMTP, Server Response: '550 to unblock see http://www.example.com/', Port: 25, Secure(SSL): No, Server Error: 550, Error Number: 0x800CCC79
"

exim.conf contents:
deny message = to unblock $sender_host_name see http://www.example.com/
# only for domains that do want to be tested against RBLs
domains = +use_rbl_domains
# only smtp.dnsbl.sorbs.net = 127.0.0.5
dnslists = sbl.spamhaus.org : \
relays.ordb.org : \
list.dsbl.org : \
bl.spamcop.net : \
sbl-xbl.spamhaus.org : \
cbl.abuseat.org : \
dnsbl.njabl.org : \
cbl.abuseat.org : \
dnsbl.sorbs.net=127.0.0.5

# Next deny stuff from more "fuzzy" blacklists
# but do bypass all checking for whitelisted host names
deny message = to unblock $sender_host_name see http://www.example.com/
hosts = !+relay_hosts
domains =+use_rbl_domains
!authenticated = *
# dnslists not including spam.dnsbl.sorbs.net
dnslists = bl.spamcop.net : \
dnsbl.njabl.org : \
cbl.abuseat.org : \
dnsbl.sorbs.net!=127.0.0.6


If i want to generate this bounce back message such that actually where the Sender IP has been listed i mean in which database it is listed. How can i do this ? what should i do changes in exim.conf .



for ex for qmail bounce back is :
The following recipient(s) could not be reached :
451 http://dsbl.org/listing?59.93.13.109


Please reply me asap...

Thanks
Prashant.
 
It appears that you're using version 1.x of the SpamBlocker exim.conf file.

You should probably update soon,but if you wait a few days you can update directly to version 3.

Note that you'll have to create some files in /etc/virtual for version 3 to work.

The reason you're seeing the line with example.com is because you're using the default exim.conf file and have never changed it to put in your own information.

You can use lots of variables which exim makes available; complete exim documentation is found here.

But you'll need to update at least to version 2, since version 1 doesn't give you enough granualarity to even know which blocklist is being reported.

And you should probably wait for version 3, since one of the blocklists in version 2 has gone out of business, and version 3 has lots of additional features and even a new blocklist.

Jeff
 
Back
Top