21 lines
775 B
Plaintext
21 lines
775 B
Plaintext
$OpenBSD: patch-imap_pop3d-ssl_dist_in,v 1.4 2004/07/01 12:19:35 avsm Exp $
|
|
--- imap/pop3d-ssl.dist.in.orig 2004-05-16 14:57:32.000000000 +1000
|
|
+++ imap/pop3d-ssl.dist.in 2004-05-16 14:58:25.000000000 +1000
|
|
@@ -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
|