######################################### ### Intro ############################### ######################################### Documenting the adventures of installing: OpenSSL 0.9.6c UW imapd-2001a with SSL on a Pentium Slackware 7.0 Linux 2.2.20 machine. philip at shuman.org 2002/04/28 URLs: http://www.washington.edu/imap/ http://www.openssl.org/ http://www.knowplace.org/imaps.html ######################################### ### OpenSSL ############################# ######################################### tar xzvf openssl-0.9.6c.tar.gz cd openssl* ./config make make test make install cd /usr/local/ssl/certs/ ../bin/openssl req -new -x509 -nodes -out imapd.pem -keyout imapd.pem -days 730 Country Name: US (???) State: California Locality Name: . Organization Name: shuman.org Organizational Unit Name: . Common Name: shuman.org Email Address: philip at shuman dot org ######################################### ### UW imapd ########################## ######################################### tar xzvf imap.tar.Z cd imap-* make slx PASSWDTYPE=std SSLTYPE=unix mv -i /usr/sbin/imapd /usr/sbin/imapd_old cp -p imapd/imapd /usr/sbin add "imaps 993/tcp # Interim Mail Access Proto Secure to /etc/services add "imaps stream tcp nowait root /usr/sbin/imapd imapd" to /etc/inetd.conf kill and restart inetd