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 no...@apache.org on 2003/05/14 17:35:44 UTC

cvs commit: jakarta-james/src/xdocs provided_mailets_2_1.xml

noel        2003/05/14 08:35:44

  Modified:    src/xdocs Tag: branch_2_1_fcs provided_mailets_2_1.xml
  Log:
  Added RemoteDelivery bind address docs
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.4.3   +6 -0      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.2
  retrieving revision 1.5.4.3
  diff -u -r1.5.4.2 -r1.5.4.3
  --- provided_mailets_2_1.xml	11 Mar 2003 01:44:25 -0000	1.5.4.2
  +++ provided_mailets_2_1.xml	14 May 2003 15:35:43 -0000	1.5.4.3
  @@ -176,6 +176,12 @@
   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>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 
  +default local address of the machine. This tag is useful for multihomed machines.<br>
  +Note: Currently you must use the same IP address for all of those RemoteDelivery 
  +instances where you explicitly supply a bind address.</li>
   <li><strong>debug</strong> (optional) - a boolean value (true/false) indicating whether debugging is
   on.  Defaults to false.</li>
   </ul>
  
  
  

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