2006-11-03 16:19:56 +00:00
|
|
|
$OpenBSD: patch-imap_pop3d-ssl_dist_in,v 1.5 2006/11/03 16:19:56 mbalmer Exp $
|
|
|
|
--- imap/pop3d-ssl.dist.in.orig Mon Aug 1 00:27:59 2005
|
|
|
|
+++ imap/pop3d-ssl.dist.in Mon Aug 1 00:30:03 2005
|
|
|
|
@@ -140,7 +140,7 @@ TLS_STARTTLS_PROTOCOL=TLS1
|
2000-12-29 18:51:56 +00:00
|
|
|
# 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
|
|
|
|
|
2002-08-08 17:03:21 +00:00
|
|
|
##NAME: TLS_TRUSTCERTS:0
|
2000-12-29 18:51:56 +00:00
|
|
|
#
|
2006-11-03 16:19:56 +00:00
|
|
|
@@ -180,8 +180,8 @@ TLS_VERIFYPEER=NONE
|
2003-02-17 16:14:34 +00:00
|
|
|
# problems with SSL clients. Disable SSL caching by commenting out the
|
|
|
|
# following settings:
|
|
|
|
|
|
|
|
-TLS_CACHEFILE=@localstatedir@/couriersslcache
|
|
|
|
-TLS_CACHESIZE=524288
|
2006-11-03 16:19:56 +00:00
|
|
|
+# TLS_CACHEFILE=@localstatedir@/couriersslcache
|
|
|
|
+# TLS_CACHESIZE=524288
|
|
|
|
|
|
|
|
##NAME: MAILDIRPATH:0
|
|
|
|
#
|