835a514394
now also use courier-authlib (which is new) as the authentication stuff has been moved there. This should make our courier system again faily complete, we have been running this code for almost a year.
24 lines
786 B
Plaintext
24 lines
786 B
Plaintext
$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
|
|
# 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
|
|
#
|
|
@@ -180,8 +180,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
|
|
#
|