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
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
$OpenBSD: patch-imap_pop3d-ssl_dist_in,v 1.1 2000/12/29 18:51:57 avsm Exp $
|
|
--- imap/pop3d-ssl.dist.in.orig Fri Dec 29 14:55:59 2000
|
|
+++ imap/pop3d-ssl.dist.in Fri Dec 29 14:56:19 2000
|
|
@@ -131,7 +131,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@/pop3d.pem
|
|
+TLS_CERTFILE=/etc/ssl/private/pop3d.pem
|
|
|
|
##NAME: TLS_CERTINFO
|
|
#
|