From 8d0e3d3efc8b09b869b799a04d987eb04a48201a Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Fri, 8 Dec 2006 06:26:21 +0000 Subject: [PATCH] Postfix tlsmgr in 10.2 uses some kind of connection caching stuff; without this fix, postfix that makes use of tls breaks. :-/ --- profiles/extras/usr.lib.postfix.tlsmgr | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/extras/usr.lib.postfix.tlsmgr b/profiles/extras/usr.lib.postfix.tlsmgr index 8af390a4a..e8275323a 100644 --- a/profiles/extras/usr.lib.postfix.tlsmgr +++ b/profiles/extras/usr.lib.postfix.tlsmgr @@ -22,4 +22,6 @@ /etc/postfix/prng_exch rw, /proc/sys/kernel/ngroups_max r, /{var/spool/postfix/,}private/tlsmgr r, + /var/run/__db.smtpd_tls_session_cache.db rw, + /var/run/smtpd_tls_session_cache.db rw, }