noel        2003/05/29 13:39:44

  Modified:    src/xdocs Tag: branch_2_1_fcs provided_mailets_2_1.xml
  Log:
  document multiple gateway tags
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.4.5   +12 -6     jakarta-james/src/xdocs/provided_mailets_2_1.xml
  
  Index: provided_mailets_2_1.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-james/src/xdocs/provided_mailets_2_1.xml,v
  retrieving revision 1.5.4.4
  retrieving revision 1.5.4.5
  diff -u -r1.5.4.4 -r1.5.4.5
  --- provided_mailets_2_1.xml  14 May 2003 15:55:12 -0000      1.5.4.4
  +++ provided_mailets_2_1.xml  29 May 2003 20:39:44 -0000      1.5.4.5
  @@ -170,12 +170,18 @@
   by this Mailet.  Defaults to 60 seconds.</li>
   <li><strong>deliveryThreads</strong> (optional) - The number of threads this Mailet 
will use to generate
   SMTP connections.</li>
  -<li><strong>gateway</strong> (optional) - The host name of the SMTP server to be 
used as a gateway for
  -this server.  If this value is set, then all messages will be delivered to the 
gateway server,
  -regardless of recipient address.  If this value is unset, delivery will occur to 
SMTP servers resolved
  -by MX lookup.</li>
  -<li><strong>gatewayPort</strong> (optional) - The port number of the SMTP server to 
be used as a gateway for
  -this server.  This value is required if gateway is set.</li>
  +<li><strong>gateway</strong> (optional) - The host name of the SMTP server 
  +to be used as a gateway for this server.  If this value is set, then all 
  +messages will be delivered to the gateway server, regardless of recipient 
  +address.  To specify more than one gateway server, add multiple gateway tags, 
  +each containing one value.  If more than one server is specified, they will be 
  +tried in order until one is successful.  In addition the port may be specified 
  +for each gateway in the format &lt;host&gt;:&lt;port&gt;.  If this 
  +value is unset, delivery will occur to SMTP servers resolved by MX lookup.</li>
  +<li><strong>gatewayPort</strong> (optional) - The default port number of the 
  +SMTP server to be used as a gateway for this server.  This value will be 
  +employed when a gateway is set <em>and</em> the gateway value does not specify 
  +a port as described above.</li>
   <li><strong>bind</strong> (optional) - If present, this value is a string 
   describing the local IP address to which the mailet should be bound while 
   delivering emails. If the tag is absent then the service will bind to the 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to