24 lines
681 B
Plaintext
24 lines
681 B
Plaintext
$OpenBSD: patch-imap_pop3d-ssl_dist_in,v 1.6 2009/10/28 14:20:19 giovanni Exp $
|
|
--- imap/pop3d-ssl.dist.in.orig Sat Jul 12 22:17:25 2008
|
|
+++ imap/pop3d-ssl.dist.in Mon Jun 15 15:31:54 2009
|
|
@@ -248,7 +248,7 @@ TLS_CERTS=X509
|
|
#
|
|
# This is an experimental feature.
|
|
|
|
-TLS_CERTFILE=@mydatadir@/pop3d.pem
|
|
+TLS_CERTFILE=/etc/ssl/private/pop3d.pem
|
|
|
|
##NAME: TLS_TRUSTCERTS:0
|
|
#
|
|
@@ -308,8 +308,8 @@ 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
|
|
|
|
##NAME: MAILDIRPATH:0
|
|
#
|