Changelog for
imap-devel-2000-2.i386.rpm :
Sat Aug 26 06:00:00 2000 Hao Li
Things to do after RPM install, to get SSL working:
- Generate server certificate and make /etc/mail/certs/{imapd,ipop3d}.pem
symbolic links to it.
- Make sure /etc/services has:
imaps 993/tcp
pop3s 995/tcp
Specifically for Red Hat Linux 6.X, you need to add \"imaps\" as an alias
to \"simap\", and \"pop3s\" as an alias to \"pop3s\".
- Make sure /etc/inetd.conf has:
pop3s stream tcp nowait root /usr/sbin/ipop3d ipop3d
imaps stream tcp nowait root /usr/sbin/imapd imapd
According to docs/SSLBUILD, do
*NOT
* use TCP wrappers (tcpd) for the
imaps and pop3s services!
- You must call the SSL service \"imaps\" and \"pop3s\",
*not
* \"simap\" or \"spop3\",
because this is hard-coded in the UW-IMAP source codes.