diff options
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: |