Index: /home/maurer/stuff/workspace/james-dev/src/conf/james-config.xml
===================================================================
--- /home/maurer/stuff/workspace/james-dev/src/conf/james-config.xml	(revision 392343)
+++ /home/maurer/stuff/workspace/james-dev/src/conf/james-config.xml	(working copy)
@@ -710,6 +710,11 @@
                 <!-- If is set to true helo is only accepted if it can be resolved
                 <checkValidHelo> false </checkValidHelo>
                 -->
+                
+                <!-- If is set to true sender domain from clients that are allowed to relay will not checked.
+                     Default is true.
+                <ignoreRelayClients> true </ignoreRelayClients>
+                -->
             </handler>
             <handler command="EHLO" class="org.apache.james.smtpserver.EhloCmdHandler">
                 <!-- If is set to true ehlo is only accepted if it can be resolved
@@ -715,6 +720,11 @@
                 <!-- If is set to true ehlo is only accepted if it can be resolved
                 <checkValidEhlo> false </checkValidEhlo>
                 -->
+                
+                <!-- If is set to true sender domain from clients that are allowed to relay will not checked.
+                     Default is true.
+                <ignoreRelayClients> true </ignoreRelayClients>
+                -->
             </handler>
             <handler command="AUTH" class="org.apache.james.smtpserver.AuthCmdHandler"></handler>
             <handler command="VRFY" class="org.apache.james.smtpserver.VrfyCmdHandler"></handler>
