Last Update:            11-OCT-2007
Operating System:       Tru64, Solaris, Windows
Component:              PMDF Shared Library
Base Level Required:    PMDF V6.3
Other Requirements:     none

Platform                Subdirectory            File(s) to download
--------                ------------            --------------------
Solaris SPARC           solaris-sparc/lib/      libpmdf.so
Solaris x86             solaris-x86/lib/        libpmdf.so
Tru64                   osf/lib/                libpmdf.so
Windows			windows/bin/		libpmdf.dll


General info
------------
     You will need to have a License PAK with a release date after the date of
  PMDFSHR.EXE or 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_63_patches subdirectory:

        ftp> cd pmdf_63_patches

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

        Platform        Subdirectory
        --------        ------------
        Solaris/SPARC   solaris-sparc
        Solaris/x86     solaris-x86
        Tru64           osf
	Windows		windows

     When FTPing images, be sure to FTP them as binary.  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
--------------
11-OCT-2007 (ident V6.3-x14)
  Fixed the job controller's MAX_CONNS and MAX_AGE options. See the job
  controller for more information. Requires job_controller and tcp_smtp_client
  version V6.3-x14. (D/E 10559)

11-OCT-2007 (ident V6.3-x14)
  Fixed a problem doing mailing list look ups via LDAP when nested mailing
  lists are empty. (D/E 10468)

1-JUN-2007 (ident V6.3-x11)
  Fixed a crash in the SMTP server due to locking issues. (D/E 10504)

1-JUN-2007 (ident V6.3-x11)
  Fixed a problem in the job controller API where it could overwrite the stack
  and cause corruptions and crashes in various processes. (D/E 10390)

1-JUN-2007 (ident V6.3-x11)
  Changed the mailing list tag separator from a space to a vertical bar,
  allowing multi-word tags. (D/E 10374)

1-JUN-2007 (ident V6.3-x11)
  Fixed a problem with messages going through the PMAS channel being counted
  twice. (D/E 9272)

1-JUN-2007 (ident V6.3-x11)
  Added support for chained TLS certificates. (D/E 8704)

21-JUL-2006 (ident V6.3-x3)
  Fixed a problem with pmdf cnbuild detecting when pmdf.cnf exceeds the
  channel table size. (D/E 10347)

21-JUL-2006 (ident V6.3-x3)
  The popstore/msgstore option REJECT_OVER_QUOTA now works and applies
  to both popstore and msgstore accounts. It is applied by the operation
  of the validatelocalmsgstore channel keyword. (D/E 10314)

21-JUL-2006 (ident V6.3-x3)
  Added code to be able to handle disconnects during an SMTP session more
  gracefully, returning non-delivery notices for addresses that are known
  to be bad before PMDF retries to send the message later. (D/E 10278)

21-JUL-2006 (ident V6.3-x3)
  Fixed a problem with using the Sieve filter file redirect command where
  the ORIG_SEND_ACCESS mapping table anti-relay entries could trigger
  incorrectly. (D/E 9903)

21-JUL-2006 (ident V6.3-x3)
  The validatelocalmsgstore channel keyword (which is the default for the
  msgstore channel) now does the following during the SMTP dialogue:
  checks to see if the username is listed in the msgstore forward database,
  checks the msgstore/popstore account for the DISMAIL flag, implements the
  REJECT_OVER_QUOTA option.
  (D/E 8988)


Installation
------------
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

	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