Last Update:            10-FEB-2011
Operating System:       OpenVMS, Linux, Solaris, Tru64, Windows
Component:              MessageStore
Base Level Required:    PMDF V6.4
Other Requirements:     none

Platform                Subdirectory            File(s) to download
--------                ------------            --------------------
OpenVMS Alpha           [.VMS.ALPHA_EXE]        IMAP_SERVER.EXE,
						POP_SERVER.EXE
OpenVMS I64             [.VMS.IA64_EXE]         IMAP_SERVER.EXE,
						POP_SERVER.EXE
OpenVMS VAX             [.VMS.VAX_EXE]          IMAP_SERVER.EXE,
						POP_SERVER.EXE
Linux                   linux/bin/		imap_server,
						pop_server
Solaris SPARC           solaris-sparc/bin/	imap_server,
						pop_server
Solaris x86             solaris-x86/bin/	imap_server,
						pop_server
Tru64                   osf/bin/		imap_server,
						pop_server
Windows                 windows/bin/            imap_server.exe,
						pop_server.exe


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_64_patches subdirectory:

        ftp> cd pmdf_64_patches

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

        Platform        Subdirectory
        --------        ------------
        OpenVMS         vms
	Linux		linux
        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
---------------
10-FEB-2011 (ident V6.4-x3)
  ** IMPORTANT **
  Fixed a security vulnerability with the IMAP and POP servers when TLS 
  is used. (D/E 11113)


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

	All of the images need to be copied to the PMDF_EXE: directory, making
	sure that they have the same ownership and protection as the previous
	version of the files. 
	
	Be sure to restart the dispatcher:

		$ PMDF RESTART DISPATCHER


Unix

	Place the new servers in the /pmdf/bin/ directory and issue 
	the following commands:

		# chown pmdf:bin /pmdf/bin/imap_server
		# chmod 755 /pmdf/bin/imap_server
		# chown pmdf:bin /pmdf/bin/pop_server
		# chmod 755 /pmdf/bin/pop_server

        Be sure to restart the dispatcher:

		# pmdf restart dispatcher

Windows

	To install the new images, place them into C:\pmdf\bin,
	depending on where you chose to install pmdf.

	Be sure to restart the dispatcher.