22b099d797
disappeared a few updates ago
21 lines
753 B
Plaintext
21 lines
753 B
Plaintext
$OpenBSD: patch-imap_pop3d-ssl_dist_in,v 1.3 2003/02/17 16:14:34 avsm Exp $
|
|
--- imap/pop3d-ssl.dist.in.orig Wed Aug 28 13:32:19 2002
|
|
+++ imap/pop3d-ssl.dist.in Mon Feb 17 15:59:23 2003
|
|
@@ -135,7 +135,7 @@ TLS_STARTTLS_PROTOCOL=TLS1
|
|
# 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_TRUSTCERTS:0
|
|
#
|
|
@@ -175,5 +175,5 @@ TLS_VERIFYPEER=NONE
|
|
# problems with SSL clients. Disable SSL caching by commenting out the
|
|
# following settings:
|
|
|
|
-TLS_CACHEFILE=@localstatedir@/couriersslcache
|
|
-TLS_CACHESIZE=524288
|
|
+#TLS_CACHEFILE=@localstatedir@/couriersslcache
|
|
+#TLS_CACHESIZE=524288
|