RBL bounceback

prashantbhushan

Verified User
Joined
Jul 21, 2006
Messages
199
Location
Pune, India.
Hi,
Does anybody know the format of the bounce back generated in Directadmin if sender ip is listed in RBL database for spamblocker version 2.0 (ie. if use_rbl_domains used for RBL check).
Please post here.
I want to know what it contains.
For qmail based bounceback it contains :
-IP listed
-Database where listed.
 
The bounce back messages is the value of "deny message" in the exim.conf. If you are going to use RBL you should change the value from "example.com" to what you really want it to say. This has to be done for each RBL you have enabled in exim.conf.
 
Note that it's not a bounce.

A bounce is what your server sends if it has accepted the email and doesn't know what to do with it.

What SpamBlocker does is refuse to accept the email, with the error message as floyd has indicated.

Jeff
 
Ok.. thanks.
How to mention the ip listed in RBL in the deny message. Do u have any idea..
Means if the sender comes to know the ip, it will be easy for him to check and remove.



jlasman said:
Note that it's not a bounce.

A bounce is what your server sends if it has accepted the email and doesn't know what to do with it.

What SpamBlocker does is refuse to accept the email, with the error message as floyd has indicated.

Jeff
 
$sender_host_address contains the ip of the sending server.
 
Back
Top