Last Update:            23-MAR-2004
Operating System:       UNIX,WINDOWS
Component:              PMDF Shared Library
Base Level Required:    PMDF V6.2
Other Requirements:     none

Platform                Subdirectory            File(s) to download
--------                ------------            --------------------
OpenVMS VAX             [.VMS.VAX_EXE]          n/a
OpenVMS Alpha           [.VMS.ALPHA_EXE]        n/a
Solaris SPARC           solaris-sparc/lib/      libpmdf.so
Solaris x86             solaris-x86/lib/        libpmdf.so
Tru64                   osf/lib/                libpmdf.so
Windows NT x86          nt/bin/                 libpmdf.dll
Windows 2000 x86        w2k/bin/                libpmdf.dll


General info
------------
     You will need to have a License PAK with a release date after the date of
  this libpmdf.so to run PMDF.  Note that this may apply to other images as 
  well.

     Patches may be obtained from the anonymous FTP account on
  ftp.pmdf.process.com.  Use FTP to connect to the host ftp.pmdf.process.com
  and login as the user anonymous.  Use your e-mail address as the login 
  password.

     Move to the pmdf_62_patches subdirectory:

        ftp> cd pmdf_62_patches

     Patches will be located in platform-specific sub-trees, as follows:

        Platform        Subdirectory
        --------        ------------
        OpenVMS         vms
        Solaris/SPARC   solaris-sparc
        Solaris/x86     solaris-x86
        Tru64           osf
        Windows NT      nt
        Windows 2000    w2k

     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
--------------
23-MAR-2004
  Fixed a second problem which caused a second EHLO command in an SMTP session
  after an AUTH command to switch back to the original channel. (D/E 9457)

18-MAR-2004
  Fixed a problem with the SECURITY.CNF file in the previous libpmdf.so and
  libpmdf.dll.

11-MAR-2004
  Fixed a problem where in an SMTP session a second EHLO command after an AUTH
  command incorrectly switched back to the original channel. (D/E 9457)

11-MAR-2004
  Fixed a problem in the conversion channel with environment variables not
  being deleted correctly from one message to another. (Solaris only)
  (D/E 9202)

11-MAR-2004
  Fixed a problem with using a USERNAME_TRANSLATE section in the SECURITY.CNF
  file. (D/E 7367)

10-SEP-2003
  A potential denial-of-service vulnerability has been discovered. Process
  Software is not aware of any cases in which this vulnerability has been
  exploited. However, we recommend installing this patch to eliminate the
  vulnerability. (D/E 9193)

8-AUG-2003
  Fixed a problem that prevented PMDF from successfully performing multiple
  LDAP queries to the same LDAP server in rapid succession. (D/E 9179)

31-JUL-2003
  Fixed a problem which caused the following channel keywords to not work:
  nonurgentqueue, normalqueue, and urgentqueue. (D/E 9164)

21-JUL-2003
  Fixed a bug in the CONVERSION mapping table processing with the undocumented
  "channel=channel-name" keyword such that ",Yes" was required after the 
  channel keyword was specified. It is no longer required.

3-APR-2003
  Fixed a problem where the ORIG_MAIL_ACCESS, MAIL_ACCESS, ORIG_SEND_ACCESS,
  and SEND_ACCESS mapping tables could be bypassed. (D/E 8924)

13-FEB-2003
  Fixed a problem with the PMDF-LAN connection to Novell MHS in converting the
  MHS date to SMTP format. The month was being converted incorrectly.
  (D/E 8786)

4-FEB-2003
  Included dates in the imap_server.log and pop_server.log log files.
  (D/E 8754)

21-JAN-2003
  Fixed a problem that prevented PMDF-LAN from properly transferring messages
  to Novell GroupWise systems. (D/E 8698)

21-JAN-2003
  Fixed a problem that prevented PMDF from properly unbinding from the LDAP
  server. (D/E 8690)

4-DEC-2002
  Fixed a problem with "T" entries getting written to the wrong connection.log*
  (or mail.log*) file, or not written at all, after the return job runs.
  (D/E 8811)


Installation
------------
OpenVMS

  Not applicable


Solaris, Tru64

    Before installing a new libpmdf.so, issue the following command:

        # pmdf shutdown

    Failure to issue the above command could result in the current processes
  not recognizing commands (i.e., restart and shutdown) with the new 
  libpmdf.so in place.

    To install the new shared library, place it into the /pmdf/lib/ directory
  and then execute the following commands:
        
        # chown pmdf:bin /pmdf/lib/libpmdf.so
        # chmod 755 /pmdf/lib/libpmdf.so

    In some cases new versions of libpmdf.so may alter the format of compiled
  configurations. When this happens recompilation is also necessary:
 
        # pmdf cnbuild

    Failure to recompile the configuration after installing new versions of 
  libpmdf.so may lead to "compiled configuration version mismatch" errors.

    Next, be sure to start PMDF by issuing the following command:

        # pmdf startup


Windows NT, Windows 2000

    Before installing a new libpmdf.dll, issue the following command:

      pmdf shutdown

    Failure to issue the above command could result in the current processes
  not recognizing commands (i.e., restart and shutdown) with the new
  libpmdf.dll in place.

    To install the new shared library, place it into the c:\pmdf\bin\
  directory.

    In some cases new versions of libpmdf.dll may alter the format of compiled
  configurations.  When this happens recompilation is necessary:

      pmdf cnbuild

    Failure to recompile the configuration after installing new versions of
  libpmdf.dll may lead to "compiled configuration version mismatch" errors.

    Next, be sure to start PMDF by issuing the following command:

      pmdf startup