Author: eric
Date: Fri Oct  8 13:56:07 2010
New Revision: 1005830

URL: http://svn.apache.org/viewvc?rev=1005830&view=rev
Log:
Enable ValidRcptHandler by default + document verifyIdentity is true by default

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=1005830&r1=1005829&r2=1005830&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 
Fri Oct  8 13:56:07 2010
@@ -103,6 +103,7 @@
          <!--  Uncomment this if you want to verify sender addresses, ensuring 
that -->
          <!--  the sender address matches the user who has authenticated. -->
          <!--  This prevents a user of your mail server from acting as someone 
else -->
+         <!--  If unspecified, default value is true -->
          <!--
          <verifyIdentity>true</verifyIdentity>
          -->
@@ -208,14 +209,13 @@
              <!--
              <handler 
class="org.apache.james.smtpserver.fastfail.ValidSenderDomainHandler"/>
              -->
-     
          
-             <!-- If activated all email will get rejected which has no valid 
user -->
+             <!-- With ValidRcptHandler, all email will get rejected which has 
no valid user -->
              <!-- 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 -->
-             <!-- 
+             <!-- If you want James to act as a spamtrap or honeypot, you may 
comment ValidRcptHandler -->
+             <!-- and implement the needed processors in spoolmanager.xml -->
              <handler 
class="org.apache.james.smtpserver.fastfail.ValidRcptHandler"/>
-             -->
             
              <!-- If activated you can limit the maximal recipients -->
              <!-- 



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

Reply via email to