summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-01-19 12:01:34 -0500
committerMicah <micah@leap.se>2016-01-21 10:46:49 -0500
commitd87a8787908fb1c82901d9611a971c9bed0a3907 (patch)
treec082b17099b1bafbbb2644814eed82c8f5a17658 /puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp
parent0deb88f11e548b7b6bb03fce4b0b2483f80a8d98 (diff)
Make sure the certs are installed for all smtp tls clients, thus
ensuring the satellite hosts are setup properly (#7611) Change-Id: I9dce57c305a6fd6a39596a941174fe1879af5e4f
Diffstat (limited to 'puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp')
-rw-r--r--puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp b/puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp
index 0809c75f..9fed3874 100644
--- a/puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp
+++ b/puppet/modules/site_postfix/manifests/mx/smtpd_tls.pp
@@ -12,6 +12,8 @@ class site_postfix::mx::smtpd_tls {
'smtpd_tls_cert_file': value => $cert_path;
'smtpd_tls_key_file': value => $key_path;
'smtpd_tls_ask_ccert': value => 'yes';
+ 'smtpd_tls_received_header':
+ value => 'yes';
'smtpd_tls_security_level':
value => 'may';
'smtpd_tls_eecdh_grade':