You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by no...@apache.org on 2010/03/01 19:52:43 UTC

svn commit: r917649 - /james/server/trunk/spring-deployment/src/main/config/james/smtpserver.xml

Author: norman
Date: Mon Mar  1 18:52:42 2010
New Revision: 917649

URL: http://svn.apache.org/viewvc?rev=917649&view=rev
Log:
Fix classname

Modified:
    james/server/trunk/spring-deployment/src/main/config/james/smtpserver.xml

Modified: james/server/trunk/spring-deployment/src/main/config/james/smtpserver.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/main/config/james/smtpserver.xml?rev=917649&r1=917648&r2=917649&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/main/config/james/smtpserver.xml (original)
+++ james/server/trunk/spring-deployment/src/main/config/james/smtpserver.xml Mon Mar  1 18:52:42 2010
@@ -210,7 +210,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.protocol.core.fastfail.ValidSenderDomainHandler"/>
+             <handler class="org.apache.james.smtpserver.fastfail.ValidSenderDomainHandler"/>
              -->
      
          



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org