noel 2003/05/29 13:40:19 Modified: src/xdocs provided_mailets_2_1.xml Log: document multiple gateway tags Revision Changes Path 1.10 +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.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- provided_mailets_2_1.xml 14 May 2003 15:54:23 -0000 1.9 +++ provided_mailets_2_1.xml 29 May 2003 20:40:18 -0000 1.10 @@ -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 <host>:<port>. 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]
