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 rd...@apache.org on 2008/12/19 21:40:42 UTC

svn commit: r728140 - /james/server/trunk/phoenix-deployment/src/conf/james-config.xml

Author: rdonkin
Date: Fri Dec 19 12:40:41 2008
New Revision: 728140

URL: http://svn.apache.org/viewvc?rev=728140&view=rev
Log:
VirtualUserTable should be executed before LocalDelivery but this still isn't working (JAMES-882)

Modified:
    james/server/trunk/phoenix-deployment/src/conf/james-config.xml

Modified: james/server/trunk/phoenix-deployment/src/conf/james-config.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/phoenix-deployment/src/conf/james-config.xml?rev=728140&r1=728139&r2=728140&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-config.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-config.xml Fri Dec 19 12:40:41 2008
@@ -550,13 +550,14 @@
          </mailet>
          -->
 
-         <!-- Is the recipient is for a local account, deliver it locally -->
-         <mailet match="RecipientIsLocal" class="LocalDelivery"/>
 
          <mailet match='All' class='VirtualUserTable'>
-         
+
          </mailet>
 
+         <!-- Is the recipient is for a local account, deliver it locally -->
+         <mailet match="RecipientIsLocal" class="LocalDelivery"/>
+
          <!-- If the host is handled by this server and it did not get -->
          <!-- locally delivered, this is an invalid recipient -->
          <mailet match="HostIsLocal" class="ToProcessor">



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