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-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org