Last Update:            25-Oct-2000
Operating System:       OpenVMS, UNIX
Component:              SMTP Server
Base Level Required:    PMDF V6.0-23
Other Requirements: 


Platform                Subdirectory            File(s) to download
--------                ------------            --------------------
OpenVMS VAX             [.VMS.VAX_EXE]          TCP_SMTP_SERVER.EXE
OpenVMS Alpha           [.VMS.ALPHA_EXE]        TCP_SMTP_SERVER.EXE
Digital UNIX            osf/bin/                tcp_smtp_server
Solaris SPARC           solaris-sparc/bin/      tcp_smtp_server
Solaris x86             solaris-x86/bin/        tcp_smtp_server
NT Intel                nt/bin/                 tcp_smtp_server.exe
OS2                     os2/                    n/a


GENERAL INFO
-------------
 Multithreaded SMTP Client.

    When FTPing these images, be sure to FTP them as binary images. Before
 retrieving such an image with the GET command, be sure to put your FTP
 into binary mode with a command such as TYPE IMAGE or TYPE BINARY.


Change history
---------------
25-Oct-2000
   Fixed a problem where the channel provided as a Dispatcher parameter 
   option would not be used correctly for reading the channel option 
   file nor for TLS-related channel keywords


Installation
------------

OpenVMS

        Copy the image(s) to the PMDF_EXE: directory
        Ensure it has the same ownership & security/access as the previous
        version.

        Then restart the SMTP server with the command

        $ PMDF RESTART SMTP

Solaris, Digital UNIX


        To install the new program(s), place the image(s) into
        /pmdf/bin and execute the following commands:

        # chown pmdf:bin /pmdf/bin/tcp_smtp_server
        # chmod 755 /pmdf/bin/tcp_smtp_server

        Then restart the SMTP server with the following command:

        # pmdf restart smtp

NT [Intel] 

        To install the new tcp_smtp_server.exe, place the image into 
        C:\pmdf\bin, depending on where you chose to install pmdf.