You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-dev@james.apache.org by si...@james.apache.org on 2004/03/06 22:58:00 UTC

[Apache James Wiki] Updated: James/SmartOrSecondaryHost

   Date: 2004-03-06T13:57:59
   Editor: NoelBergman <no...@devtech.com>
   Wiki: Apache James Wiki
   Page: James/SmartOrSecondaryHost
   URL: http://wiki.apache.org/james/James/SmartOrSecondaryHost

   fixed broken {{{ }}} formatting

Change Log:

------------------------------------------------------------------------------
@@ -68,30 +68,30 @@
 
 Configuration:
 
-{{{ { { {  }}}
-{{{ <processor name="transport"> }}}
-{{{   <mailet match="HostIs=myfoo.com" class="RemoteDelivery"> }}}
-{{{    <outgoing> file://var/mail/relay/ </outgoing> }}}
-{{{    <delayTime> 21600000 </delayTime> }}}
-{{{    <maxRetries> 5 </maxRetries> }}}
-{{{    <deliveryThreads> 1 </deliveryThreads> }}}
-{{{    <gateway> int.myfoo.com </gateway> }}}
-{{{    <gatewayPort>25</gatewayPort> }}}
-{{{   </mailet> }}}
-{{{  }}}
-{{{  <mailet match="RemoteAddrNotInNetwork=127.0.0.1,192.168.251.204" }}}
-{{{          class="ToProcessor"> }}}
-{{{    <processor> spam </processor> }}}
-{{{  </mailet> }}}
+{{{
+    <processor name="transport">
+      <mailet match="HostIs=myfoo.com" class="RemoteDelivery">
+       <outgoing> file://var/mail/relay/ </outgoing>
+       <delayTime> 21600000 </delayTime>
+       <maxRetries> 5 </maxRetries>
+       <deliveryThreads> 1 </deliveryThreads>
+       <gateway> int.myfoo.com </gateway>
+       <gatewayPort>25</gatewayPort>
+      </mailet>
 
-{{{  <mailet match="All" class="RemoteDelivery"> }}}
-{{{    <outgoing> file://var/mail/outgoing/ </outgoing> }}}
-{{{    <delayTime> 21600000 </delayTime> }}}
-{{{    <maxRetries> 5 </maxRetries> }}}
-{{{    <deliveryThreads> 1 </deliveryThreads> }}}
-{{{   </mailet> }}}
-{{{ </processor> }}}
-{{{  } } } }}}
+     <mailet match="RemoteAddrNotInNetwork=127.0.0.1,192.168.251.204"
+             class="ToProcessor">
+       <processor> spam </processor>
+     </mailet>
+
+     <mailet match="All" class="RemoteDelivery">
+       <outgoing> file://var/mail/outgoing/ </outgoing>
+       <delayTime> 21600000 </delayTime>
+       <maxRetries> 5 </maxRetries>
+       <deliveryThreads> 1 </deliveryThreads>
+      </mailet>
+    </processor>
+}}}
 
 
 See also: [http://james.apache.org/provided_mailets_2_1.html#RemoteDelivery Remote Delivery Configuration]