 MX V5.1 ECO 05, 02-DEC-1998    *** THIS KIT SUPERSEDES ECO 01   Change description:   6    * Add support for a new logical name to disable the*      use of the SMTP PIPELINING extension:  8      $ DEFINE/SYSTEM/EXEC MX_SMTP_IGNORE_PIPELINING TRUE  6      The value of the logical name is unimportant; the:      extension will be ignored if the logical name exists.  4    * Add support for a new logical name to limit the:      number of recipients listed in a single SMTP session,7      to deal with poorly configured mailers that return <      permanent errors when their recipient limit is reached.        The new logical name is  >      $ DEFINE/SYSTEM/EXEC MX_SMTP_MAX_RECIPIENTS_PER_SESSION n  ;      where "n" is a decimal number.  If "n" is zero, or the 4      logical name does not exist, there is no limit.  
 Installation:   ;     1. Copy the appropriate image (VAX or Alpha) to MX_EXE:   3           $ COPY MX_SMTP.{AXP|VAX}_EXE MX_EXE:*.EXE   ,     2. Shutdown and restart the SMTP server:  %     	  $ MCR MX_EXE:MCP SHUTDOWN SMTP (           $ @SYS$STARTUP:MX_STARTUP SMTP  A * If you have a mixed VMScluster with both VAX and Alpha systems, 8   you will need both images - one for each architecture.  5 * If you run the SMTP agent on multiple nodes in your C   cluster, you should execute step 2 on each of the nodes currently    running the SMTP agent. 