summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@leap.se>2013-12-19 14:22:43 -0500
committerMicah Anderson <micah@leap.se>2013-12-19 14:23:27 -0500
commit66ad58f2bc3b285bd17d5e61a21afece11d2c293 (patch)
tree1edddd825e9e85d82ce5fb672f0c4aa508c5ae55
parente0c07465d14d701da16e47b9c2e3938c80088c4d (diff)
Fix the location of the smtp/smtpd_tls_session_cache_database (#4813)
Change-Id: I959fa40ff508bbeaf7baa0b6ba90c10c9e6b0ef7
-rw-r--r--puppet/modules/site_postfix/manifests/mx/smtp_tls.pp2
-rw-r--r--puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp4
2 files changed, 4 insertions, 2 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp b/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
index 4b9c2fd9..3cc7ea72 100644
--- a/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
+++ b/puppet/modules/site_postfix/manifests/mx/smtp_tls.pp
@@ -19,7 +19,7 @@ class site_postfix::mx::smtp_tls {
'smtp_tls_fingerprint_digest':
value => 'sha1';
'smtp_tls_session_cache_database':
- value => 'btree:${queue_directory}/smtp_cache';
+ value => 'btree:${data_directory}/smtp_cache';
'smtp_tls_security_level':
value => 'may';
# see issue #4011
diff --git a/puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp b/puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp
index 5714218c..0809c75f 100644
--- a/puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp
+++ b/puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp
@@ -15,7 +15,9 @@ class site_postfix::mx::smtpd_tls {
'smtpd_tls_security_level':
value => 'may';
'smtpd_tls_eecdh_grade':
- value => 'ultra'
+ value => 'ultra';
+ 'smtpd_tls_session_cache_database':
+ value => 'btree:${data_directory}/smtpd_scache';
}
# Setup DH parameters