Last Update: 10-FEB-2011 Operating System: OpenVMS, Linux, Solaris, Tru64 Component: Legacy POP and IMAP Servers Base Level Required: PMDF V6.5 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, linux/lib/ libc-client_dispatcher.so Solaris SPARC solaris-sparc/bin/ pop3d_dispatcher, imapd_dispatcher, solaris-sparc/lib/ libc-client_dispatcher.so Solaris x86 solaris-x86/bin/ pop3d_dispatcher, imapd_dispatcher, solaris-x86/lib/ libc-client_dispatcher.so Tru64 osf/bin/ pop3d_dispatcher, imapd_dispatcher, osf/lib/ libc-client_dispatcher.so 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_65_patches subdirectory: ftp> cd pmdf_65_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.5-x6) ** IMPORTANT ** Fixed a security vulnerability with the IMAP and POP servers when TLS is used. (D/E 11113) Addresses the STARTTLS vulnerability in CERT bulletin CVE-2011-0411 (see http://www.kb.cert.org/vuls/id/555316). 8-DEC-2010 (ident V6.5-x5) Fixed the legacy IMAP and POP servers to include TLS information in their connection.log entries. (D/E 11070) 25-JUN-2010 (ident V6.5-x2) Fixed a problem with the legacy POP and IMAP servers where empty pop3_thread.log and imap_thread.log files are created even when debug logging is turned off. (D/E 11008) 25-JUN-2010 (ident V6.5-x2) Fixed a problem in the legacy IMAP server with using the RESTRICT option in pmdf_table:security.cnf when authenticating against the SYSTEM authentication source. (D/E 10991) 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 To install the c-client library, place it into the /pmdf/lib/ directory and then execute the following commands: # chown pmdf:bin /pmdf/lib/libc-client_dispatcher.so # chmod 755 /pmdf/lib/libc-client_dispatcher.so Restart the dispatcher: # pmdf restart dispatcher