d6b7ea47c8
- regenerate patches and name them consistently. Note that the configuration file format and names have changed with this release - add an INSTALL shell fragment to detect old versions of the config files and warn the user to regenerate them - config files now live in /etc/courier-imap, as they are very generic names, and this avoid conflict with other imap daemons Summary of changes: This release fixes some bugs in the POP3 server, adds optional support for gb2312 and big5 text search, and introduces a new configuration file format. The new configuration file format will allow future upgrades to automatically preserve the existing system configuration data, instead of installing a default set of configuration files
29 lines
785 B
Plaintext
29 lines
785 B
Plaintext
$OpenBSD: patch-imap_imapd-ssl_dist_in,v 1.1 2000/12/29 18:51:57 avsm Exp $
|
|
--- imap/imapd-ssl.dist.in.orig Fri Dec 29 14:56:28 2000
|
|
+++ imap/imapd-ssl.dist.in Fri Dec 29 14:57:45 2000
|
|
@@ -65,13 +65,13 @@ SSLPIDFILE=@piddir@/imapd-ssl.pid
|
|
#
|
|
# Whether or not to start IMAP over SSL on simap port:
|
|
|
|
-IMAPDSSLSTART=NO
|
|
+IMAPDSSLSTART=YES
|
|
|
|
##NAME: IMAPDSTARTTLS:0
|
|
#
|
|
# Whether or not to implement IMAP STARTTLS extension instead:
|
|
|
|
-IMAPDSTARTTLS=YES
|
|
+IMAPDSTARTTLS=NO
|
|
|
|
##NAME: IMAP_TLS_REQUIRED:0
|
|
#
|
|
@@ -136,7 +136,7 @@ TLS_PROTOCOL=SSL3
|
|
# servers, and is optional for SSL/TLS clients. TLS_CERTFILE is usually
|
|
# treated as confidential, and must not be world-readable.
|
|
#
|
|
-TLS_CERTFILE=@datadir@/imapd.pem
|
|
+TLS_CERTFILE=/etc/ssl/private/imapd.pem
|
|
|
|
##NAME: TLS_CERTINFO:0
|
|
#
|