Author: norman Date: Sun May 14 05:38:53 2006 New Revision: 406319 URL: http://svn.apache.org/viewcvs?rev=406319&view=rev Log: changes for JAMES-492. Missed before
Modified: james/server/trunk/src/conf/james-config.xml Modified: james/server/trunk/src/conf/james-config.xml URL: http://svn.apache.org/viewcvs/james/server/trunk/src/conf/james-config.xml?rev=406319&r1=406318&r2=406319&view=diff ============================================================================== --- james/server/trunk/src/conf/james-config.xml (original) +++ james/server/trunk/src/conf/james-config.xml Sun May 14 05:38:53 2006 @@ -702,8 +702,14 @@ <handlerchain> <!-- The connect handler configuration --> - <!-- + + <!-- This command handler check against RBL-Lists --> + <!-- If getDetail is set to true it try to retrieve information from TXT Record --> + <!-- why the ip was blocked. Default to false --> + <!-- + <handler class="org.apache.james.smtpserver.DNSRBLHandler"> + <getDetail> false </getDetail> <rblservers> <whitelist> query.bondedsender.org </whitelist> <blacklist> sbl-xbl.spamhaus.org </blacklist> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]