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 er...@apache.org on 2010/10/08 15:56:07 UTC

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

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-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org