Author: norman
Date: Thu May 18 11:29:22 2006
New Revision: 407606
URL: http://svn.apache.org/viewvc?rev=407606&view=rev
Log:
Rename config options and methods to better reflect the usage ( forget the
config before)
Modified:
james/server/trunk/src/conf/james-config.xml
Modified: james/server/trunk/src/conf/james-config.xml
URL:
http://svn.apache.org/viewvc/james/server/trunk/src/conf/james-config.xml?rev=407606&r1=407605&r2=407606&view=diff
==============================================================================
--- james/server/trunk/src/conf/james-config.xml (original)
+++ james/server/trunk/src/conf/james-config.xml Thu May 18 11:29:22 2006
@@ -724,7 +724,7 @@
<handler command="HELO"
class="org.apache.james.smtpserver.HeloCmdHandler">
<!-- If is set to true helo is only accepted if it can be
resolved -->
<!--
- <checkValidHelo> false </checkValidHelo>
+ <checkResolvableHelo> false </checkResolvableHelo>
-->
<!-- If is set to true sender domain will be checked also for
clients that -->
@@ -736,7 +736,7 @@
<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>
+ <checkResolvableEhlo> false </checkResolvableEhlo>
-->
<!-- If is set to true sender domain will be checked also for
clients that -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]