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/18 21:57:14 UTC

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

Author: rdonkin
Date: Thu Dec 18 12:57:14 2008
New Revision: 727818

URL: http://svn.apache.org/viewvc?rev=727818&view=rev
Log:
Include VUT by default. 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=727818&r1=727817&r2=727818&view=diff
==============================================================================
--- james/server/trunk/phoenix-deployment/src/conf/james-config.xml (original)
+++ james/server/trunk/phoenix-deployment/src/conf/james-config.xml Thu Dec 18 12:57:14 2008
@@ -553,6 +553,10 @@
          <!-- Is the recipient is for a local account, deliver it locally -->
          <mailet match="RecipientIsLocal" class="LocalDelivery"/>
 
+         <mailet match='All' class='VirtualUserTable'>
+         
+         </mailet>
+
          <!-- 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


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

Posted by Norman Maurer <no...@apache.org>.
The Mailet needs to get called before LocalDelivery because it "only"
maps the recipients...

Cheers,
Norman

2008/12/18  <rd...@apache.org>:
> Author: rdonkin
> Date: Thu Dec 18 12:57:14 2008
> New Revision: 727818
>
> URL: http://svn.apache.org/viewvc?rev=727818&view=rev
> Log:
> Include VUT by default. 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=727818&r1=727817&r2=727818&view=diff
> ==============================================================================
> --- james/server/trunk/phoenix-deployment/src/conf/james-config.xml (original)
> +++ james/server/trunk/phoenix-deployment/src/conf/james-config.xml Thu Dec 18 12:57:14 2008
> @@ -553,6 +553,10 @@
>          <!-- Is the recipient is for a local account, deliver it locally -->
>          <mailet match="RecipientIsLocal" class="LocalDelivery"/>
>
> +         <mailet match='All' class='VirtualUserTable'>
> +
> +         </mailet>
> +
>          <!-- 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
>
>

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