Last Update: 10-FEB-2011
Operating System: OpenVMS, Linux, Solaris, Tru64
Component: Legacy POP and IMAP Servers
Base Level Required: PMDF V6.4
Other Requirements: none
Platform Subdirectory File(s) to download
-------- ------------ --------------------
OpenVMS Alpha [.VMS.ALPHA_EXE] POP3D.EXE,
IMAPD.EXE
OpenVMS I64 [.VMS.IA64_EXE] POP3D.EXE,
IMAPD.EXE
OpenVMS VAX [.VMS.VAX_EXE] POP3D.EXE,
IMAPD.EXE
Linux linux/bin/ pop3d_dispatcher,
imapd_dispatcher
Solaris SPARC solaris-sparc/bin/ pop3d_dispatcher,
imapd_dispatcher
Solaris x86 solaris-x86/bin/ pop3d_dispatcher,
imapd_dispatcher
Tru64 osf/bin/ pop3d_dispatcher,
imapd_dispatcher
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
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
After putting the files in the PMDF_EXE directory, check the
protections to be sure that they are W:RE. Then issue the commands
$ INSTALL REPLACE PMDF_EXE:POP3D ! on all cluster nodes with PMDF
$ PMDF RESTART/CLUSTER POP3
$ INSTALL REPLACE PMDF_EXE:IMAPD
$ PMDF RESTART/CLUSTER IMAPD ! on all cluster nodes with PMDF
Unix
To install the POP and IMAP servers, place them into the /pmdf/bin/
directory and then execute the following commands:
# chown pmdf:bin /pmdf/bin/pop3d_dispatcher
# chmod 755 /pmdf/bin/pop3d_dispatcher
# chown pmdf:bin /pmdf/bin/imapd_dispatcher
# chmod 755 /pmdf/bin/imapd_dispatcher
Restart the dispatcher:
# pmdf restart dispatcher