prashantbhushan
Verified User
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.
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.