Author: norman
Date: Wed Aug 19 07:19:09 2009
New Revision: 805687
URL: http://svn.apache.org/viewvc?rev=805687&view=rev
Log:
Fix configuration
Modified:
james/server/trunk/phoenix-deployment/src/conf/james-smtphandlerchain.xml
Modified:
james/server/trunk/phoenix-deployment/src/conf/james-smtphandlerchain.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-smtphandlerchain.xml?rev=805687&r1=805686&r2=805687&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-smtphandlerchain.xml
(original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-smtphandlerchain.xml
Wed Aug 19 07:19:09 2009
@@ -19,9 +19,7 @@
<!-- The configuration handler chain -->
<!-- Please note that this is EXPERIMENTAL and will be changed in future -->
<!-- releases -->
-<handlerchain>
-<!-- Load the core filter command handlers-->
- <handler
class="org.apache.james.smtpserver.core.filter.CoreFilterCmdHandlerLoader"></handler>
+<handlerchain>
<!-- This connect handler can be used to enable POP3 before SMTP support
-->
<!-- Plz note that only the ip get stored to indentify an authenticated
client -->
@@ -58,8 +56,7 @@
please speak with your local system/network admins.
-->
<!--
- <handler
class="org.apache.james.smtpserver.core.filter.fastfail.DNSRBLHandler"
command="RCPT">
- <action> reject </action>
+ <handler
class="org.apache.james.smtpserver.core.filter.fastfail.DNSRBLHandler">
<getDetail> false </getDetail>
<rblservers>
<whitelist> query.bondedsender.org. </whitelist>
@@ -75,8 +72,7 @@
<!-- If checkAuthNetworks is set to true sender domain will be checked
also for clients that -->
<!-- are allowed to relay. Default is false. -->
<!--
- <handler
class="org.apache.james.smtpserver.core.filter.fastfail.SPFHandler"
command="MAIL,RCPT">
- <action> reject </action>
+ <handler
class="org.apache.james.smtpserver.core.filter.fastfail.SPFHandler">
<checkAuthNetworks> false </checkAuthNetworks>
<blockSoftFail> false </blockSoftFail>
<blockPermError> true </blockPermError>
@@ -90,8 +86,7 @@
<!-- If checkAuthNetworks is set to true sender domain will be checked
also for clients that -->
<!-- are allowed to relay. Default is false. -->
<!--
- <handler
class="org.apache.james.smtpserver.core.filter.fastfail.ResolvableEhloHeloHandler"
command="EHLO,HELO,RCPT">
- <action> reject </action>
+ <handler
class="org.apache.james.smtpserver.core.filter.fastfail.ResolvableEhloHeloHandler">
<checkAuthNetworks> false </checkAuthNetworks>
<checkAuthUsers> false </checkAuthUsers>
</handler>
@@ -101,8 +96,7 @@
<!-- If checkAuthNetworks is set to true sender domain will be checked
also for clients that -->
<!-- are allowed to relay. Default is false. -->
<!--
- <handler
class="org.apache.james.smtpserver.core.filter.fastfail.ReverseEqualsEhloHeloHandler"
command="EHLO,HELO">
- <action> reject </action>
+ <handler
class="org.apache.james.smtpserver.core.filter.fastfail.ReverseEqualsEhloHeloHandler">
<checkAuthClients> false </checkAuthClients>
<checkAuthUsers> false </checkAuthUsers>
</handler>
@@ -113,8 +107,7 @@
<!-- If checkAuthNetworks is set to true sender domain will be checked
also for clients that -->
<!-- are allowed to relay. Default is false. -->
<!--
- <handler
class="org.apache.james.smtpserver.core.filter.fastfail.ValidSenderDomainHandler"
command="MAIL">
- <action> reject </action>
+ <handler
class="org.apache.james.smtpserver.core.filter.fastfail.ValidSenderDomainHandler">
<checkAuthClients> false </checkAuthClients>
<checkAuthUsers> false </checkAuthUsers>
</handler>
@@ -125,7 +118,7 @@
<!-- You need to add the recipient to the validRecipient list if you want
-->
<!-- to accept email for a recipient which not exist on the server -->
<!--
- <handler
class="org.apache.james.smtpserver.core.filter.fastfail.ValidRcptHandler"
command="RCPT">
+ <handler
class="org.apache.james.smtpserver.core.filter.fastfail.ValidRcptHandler">
<validRecipients> </validRecipients>
<validDomains> </validDomains>
<validRegexPattern> </validRegexPattern>
@@ -134,8 +127,7 @@
<!-- If activated you can limit the maximal recipients -->
<!--
- <handler
class="org.apache.james.smtpserver.core.filter.fastfail.MaxRcptHandler"
command="RCPT">
- <action> reject </action>
+ <handler
class="org.apache.james.smtpserver.core.filter.fastfail.MaxRcptHandler">
<maxRcpt> 10 </maxRcpt>
</handler>
-->
@@ -143,7 +135,7 @@
<!-- If uncomment this block you can enable greylisting. For more infos-->
<!-- how greylisting work see:
http://projects.puremagic.com/greylisting/whitepaper.html -->
<!--
- <handler
class="org.apache.james.smtpserver.core.filter.fastfail.GreylistHandler"
command="RCPT">
+ <handler
class="org.apache.james.smtpserver.core.filter.fastfail.GreylistHandler">
<repositoryPath> db://maildb </repositoryPath>
<sqlFile>file://conf/sqlResources.xml</sqlFile>
<tempBlockTime> 1 hour </tempBlockTime>
@@ -158,7 +150,7 @@
<!-- Default is set to 0 (disabled). -->
<!-- You can also configure the time to sleep in milliseconds -->
<!--
- <handler
class="org.apache.james.smtpserver.core.filter.fastfail.TarpitHandler"
command="RCPT">
+ <handler
class="org.apache.james.smtpserver.core.filter.fastfail.TarpitHandler">
<tarpitRcptCount> 5 </tarpitRcptCount>
<tarpitSleepTime> 5000 </tarpitSleepTime>
</handler>
@@ -167,11 +159,11 @@
<!-- This handler ignore duplicated recipients per session. So the email
will get only send on time even -->
<!-- if the recipient is specified more then once -->
<!--
- <handler
class="org.apache.james.smtpserver.core.filter.fastfail.SuppressDuplicateRcptHandler"
command="RCPT"/>
+ <handler
class="org.apache.james.smtpserver.core.filter.fastfail.SuppressDuplicateRcptHandler"/>
-->
<!-- Load the core command handlers -->
- <handler
class="org.apache.james.smtpserver.core.CoreCmdHandlerLoader"></handler>
+ <handler class="org.apache.james.smtpserver.core.CoreCmdHandlerLoader"/>
<!-- The message handler configuration -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]