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 ba...@apache.org on 2006/03/30 16:13:22 UTC

svn commit: r390140 - /james/server/trunk/src/conf/james-config.xml

Author: bago
Date: Thu Mar 30 06:13:20 2006
New Revision: 390140

URL: http://svn.apache.org/viewcvs?rev=390140&view=rev
Log:
Updated config.xml for the previous EHLO patch by Norman Maurer (JAMES-451)

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=390140&r1=390139&r2=390140&view=diff
==============================================================================
--- james/server/trunk/src/conf/james-config.xml (original)
+++ james/server/trunk/src/conf/james-config.xml Thu Mar 30 06:13:20 2006
@@ -711,7 +711,11 @@
                 <checkValidHelo> false </checkValidHelo>
                 -->
             </handler>
-            <handler command="EHLO" class="org.apache.james.smtpserver.EhloCmdHandler"></handler>
+            <handler command="EHLO" class="org.apache.james.smtpserver.EhloCmdHandler">
+                <!-- If is set to true ehlo is only accepted if it can be resolved
+                <checkValidEhlo> false </checkValidEhlo>
+                -->
+            </handler>
             <handler command="AUTH" class="org.apache.james.smtpserver.AuthCmdHandler"></handler>
             <handler command="VRFY" class="org.apache.james.smtpserver.VrfyCmdHandler"></handler>
             <handler command="EXPN" class="org.apache.james.smtpserver.ExpnCmdHandler"></handler>



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