Author: eric
Date: Tue Feb 21 08:46:33 2012
New Revision: 1291660

URL: http://svn.apache.org/viewvc?rev=1291660&view=rev
Log:
RecipientRewriteTable mailet is not configurable, update this in the 
mailetcontainer-template

Modified:
    james/app/trunk/src/main/resources/mailetcontainer-template.conf

Modified: james/app/trunk/src/main/resources/mailetcontainer-template.conf
URL: 
http://svn.apache.org/viewvc/james/app/trunk/src/main/resources/mailetcontainer-template.conf?rev=1291660&r1=1291659&r2=1291660&view=diff
==============================================================================
--- james/app/trunk/src/main/resources/mailetcontainer-template.conf (original)
+++ james/app/trunk/src/main/resources/mailetcontainer-template.conf Tue Feb 21 
08:46:33 2012
@@ -17,8 +17,11 @@
   specific language governing permissions and limitations      
   under the License.                                           
  --> 
+
 <!-- This block is responsible for processing messages on the spool. -->
+
  <mailetcontainer>
+ 
       <!-- MailAddress used for PostMaster -->
       <postmaster>Postmaster@localhost</postmaster>
 
@@ -27,7 +30,6 @@
       
       <!-- expose JMX MBeans -->
       <enableJmx>true</enableJmx>
-
       
       <!-- The root processor is a required processor - James routes all mail 
on the spool -->
       <!-- through this processor first. -->
@@ -402,10 +404,8 @@ Regards, Postmaster XXX.YYY
          </mailet>
          -->
 
-         <!--  The RecipientRewriteTable will use the definitions found in 
recipientrewritetable-store.xml -->
-         <mailet match="All" class="RecipientRewriteTable">
-             
<recipientrewritetable>DefaultRecipientRewriteTable</recipientrewritetable>
-         </mailet>
+         <!--  The RecipientRewriteTable will use the definitions found in 
recipientrewritetablexml -->
+         <mailet match="All" class="RecipientRewriteTable" />
 
          <!-- Is the recipient is for a local account, deliver it locally -->
          <mailet match="RecipientIsLocal" class="LocalDelivery"/>



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

Reply via email to