pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/imap-uw Add a minor note about SSL certificates i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/345a7b14e374
branches:  trunk
changeset: 461479:345a7b14e374
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Tue Sep 16 19:16:44 2003 +0000

description:
Add a minor note about SSL certificates in the MESSAGE file, as requested
in PR pkg/22375.

diffstat:

 mail/imap-uw/MESSAGE  |  7 ++++++-
 mail/imap-uw/Makefile |  3 ++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (39 lines):

diff -r 0ddc7f36e61e -r 345a7b14e374 mail/imap-uw/MESSAGE
--- a/mail/imap-uw/MESSAGE      Tue Sep 16 18:57:14 2003 +0000
+++ b/mail/imap-uw/MESSAGE      Tue Sep 16 19:16:44 2003 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1 2001/11/01 01:00:12 zuntum Exp $
+$NetBSD: MESSAGE,v 1.2 2003/09/16 19:16:44 jmmv Exp $
 
 Add the following to /etc/services (if not already there):
 
@@ -18,6 +18,11 @@
  pop3   stream  tcp     nowait  root    ${PREFIX}/libexec/ipop3d   ipop3d
  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).
+
 To put the changes into effect, make inetd reload its configuration:
 On NetBSD 1.5 or later:
        /etc/rc.d/inetd reload
diff -r 0ddc7f36e61e -r 345a7b14e374 mail/imap-uw/Makefile
--- a/mail/imap-uw/Makefile     Tue Sep 16 18:57:14 2003 +0000
+++ b/mail/imap-uw/Makefile     Tue Sep 16 19:16:44 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2003/09/13 18:31:32 kim Exp $
+# $NetBSD: Makefile,v 1.69 2003/09/16 19:16:44 jmmv Exp $
 # ATTENTION:
 # The Kerberos support in this software is known to be problematic. If you
 # upgrade this package you *must* test it on a system *without* Kerberos
@@ -58,6 +58,7 @@
                src/mtest/Makefile                                      \
                src/osdep/unix/Makefile
 
+MESSAGE_SUBST+=        SSLCERTS="${SSLCERTS}"
 PLIST_SUBST+=  CCLIENT_MAJOR="${CCLIENT_MAJOR}"
 PLIST_SUBST+=  CCLIENT_MINOR="${CCLIENT_MINOR}"
 



Home | Main Index | Thread Index | Old Index