hi,
there is either an opening comment missing or one closing too much...
Bernd
[EMAIL PROTECTED] wrote:
<snip/>
Modified: james/server/trunk/src/conf/james-config.xml
URL:
http://svn.apache.org/viewcvs/james/server/trunk/src/conf/james-config.xml?rev=393281&r1=393280&r2=393281&view=diff
==============================================================================
--- james/server/trunk/src/conf/james-config.xml (original)
+++ james/server/trunk/src/conf/james-config.xml Tue Apr 11 11:16:55 2006
@@ -720,22 +720,34 @@
<handler command="VRFY"
class="org.apache.james.smtpserver.VrfyCmdHandler"></handler>
<handler command="EXPN"
class="org.apache.james.smtpserver.ExpnCmdHandler"></handler>
<handler command="MAIL"
class="org.apache.james.smtpserver.MailCmdHandler">
- <!-- If is set to true mail is only accepted if the sender
contains a resolvable domain
+ <!-- If is set to true mail is only accepted if the sender
contains -->
+ <!-- a resolvable domain having a valid MX Record associated!
-->
<!-- ##missing opening comment##
<checkValidSenderDomain> false </checkValidSenderDomain>
-->
+ <!-- If is set to true sender domain from clients that are
allowed to -->
+ <!-- relay will not checked. Default is true. -->
+ <!--
+ <ignoreRelayClients> true </ignoreRelayClients>
+ -->
</handler>
<snip/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]