pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail Note the common tls_* options that need to be set...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8c552d90f943
branches: trunk
changeset: 461378:8c552d90f943
user: jlam <jlam%pkgsrc.org@localhost>
date: Mon Sep 15 09:01:18 2003 +0000
description:
Note the common tls_* options that need to be set in order for the server
to listen to IMAPS requests.
diffstat:
mail/cyrus-imapd/files/imapd.conf | 9 ++++++++-
mail/cyrus-imapd21/files/imapd.conf | 9 ++++++++-
2 files changed, 16 insertions(+), 2 deletions(-)
diffs (40 lines):
diff -r f71554610167 -r 8c552d90f943 mail/cyrus-imapd/files/imapd.conf
--- a/mail/cyrus-imapd/files/imapd.conf Mon Sep 15 08:48:41 2003 +0000
+++ b/mail/cyrus-imapd/files/imapd.conf Mon Sep 15 09:01:18 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: imapd.conf,v 1.3 2002/07/31 15:39:35 jlam Exp $
+# $NetBSD: imapd.conf,v 1.4 2003/09/15 09:01:18 jlam Exp $
#
# Cyrus IMAP server configuration file. Refer to imapd.conf(5) for
# more options.
@@ -14,3 +14,10 @@
# the saslauthd daemon is running before trying to authenticate.
#
sasl_pwcheck_method: saslauthd
+
+# The server certificate and key files must be specified for the
+# server to repond to IMAPS or POP3S requests. See imapd.conf(5) for
+# a complete listing of tls_* options.
+#
+#tls_cert_file: /var/imap/server.pem
+#tls_key_file: /var/imap/server.pem
diff -r f71554610167 -r 8c552d90f943 mail/cyrus-imapd21/files/imapd.conf
--- a/mail/cyrus-imapd21/files/imapd.conf Mon Sep 15 08:48:41 2003 +0000
+++ b/mail/cyrus-imapd21/files/imapd.conf Mon Sep 15 09:01:18 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: imapd.conf,v 1.1.1.1 2002/10/27 16:08:53 chris Exp $
+# $NetBSD: imapd.conf,v 1.2 2003/09/15 09:01:18 jlam Exp $
#
# Cyrus IMAP server configuration file. Refer to imapd.conf(5) for
# more options.
@@ -14,3 +14,10 @@
# the saslauthd daemon is running before trying to authenticate.
#
sasl_pwcheck_method: saslauthd
+
+# The server certificate and key files must be specified for the
+# server to repond to IMAPS or POP3S requests. See imapd.conf(5) for
+# a complete listing of tls_* options.
+#
+#tls_cert_file: /var/imap/server.pem
+#tls_key_file: /var/imap/server.pem
Home |
Main Index |
Thread Index |
Old Index