diff options
author | thorpej <thorpej@pkgsrc.org> | 2005-03-06 17:03:06 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2005-03-06 17:03:06 +0000 |
commit | 0b9ad806b268c6bf20e20eab6b8e86423d5191a5 (patch) | |
tree | de80d19b42c62c7f200fa89518e0a090692e0b2d /mail/imap-uw/MESSAGE | |
parent | d6917246eeea435ad6f8d35d90d994e1601787c5 (diff) | |
download | pkgsrc-0b9ad806b268c6bf20e20eab6b8e86423d5191a5.tar.gz |
Use the SSLKEYS variable to determine the location of the certificate
private key. Bump package revision to 2.
Diffstat (limited to 'mail/imap-uw/MESSAGE')
-rw-r--r-- | mail/imap-uw/MESSAGE | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/mail/imap-uw/MESSAGE b/mail/imap-uw/MESSAGE index 84036930dc9..d8d1951415e 100644 --- a/mail/imap-uw/MESSAGE +++ b/mail/imap-uw/MESSAGE @@ -1,5 +1,5 @@ =========================================================================== -$NetBSD: MESSAGE,v 1.2 2003/09/16 19:16:44 jmmv Exp $ +$NetBSD: MESSAGE,v 1.3 2005/03/06 17:03:06 thorpej Exp $ Add the following to /etc/services (if not already there): @@ -19,9 +19,10 @@ Add the following to /etc/inetd.conf: pop3s stream tcp nowait root ${PREFIX}/libexec/ipop3d ipop3d In order to use SSL, you will need to configure a certificate and store it -in the ${SSLCERTS} directory, using the imapd.pem name. -If you want to use an existing certificate, say from Apache, just copy it -there (you may need to concatenate .key and .crt files together). +in the ${SSLCERTS} directory, using the imapd.pem name. Place the key for +the certificate in the ${SSLKEYS} directory, also using the imapd.pem name. +If you want to use an existing certificate, say from Apache, just copy the +certificate and key files to the appropriate locations. To put the changes into effect, make inetd reload its configuration: On NetBSD 1.5 or later: |