summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests/mx.pp
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-05-22 19:39:37 +0200
committerMicah Anderson <micah@leap.se>2013-07-25 13:51:34 -0400
commit901a06d29c0c658b479f4c5a0828b263d7d6de0f (patch)
treefefd80eff05c57895e6cf7a1476e7b3cf36df617 /puppet/modules/site_postfix/manifests/mx.pp
parent2a853087a0bec5f9ec166fff538bda9076bb8369 (diff)
smtpd_recipient_restrictions: +permit_tls_all_clientcerts
Diffstat (limited to 'puppet/modules/site_postfix/manifests/mx.pp')
-rw-r--r--puppet/modules/site_postfix/manifests/mx.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_postfix/manifests/mx.pp b/puppet/modules/site_postfix/manifests/mx.pp
index 24698878..fa2765a4 100644
--- a/puppet/modules/site_postfix/manifests/mx.pp
+++ b/puppet/modules/site_postfix/manifests/mx.pp
@@ -11,7 +11,7 @@ class site_postfix::mx {
'mydestination':
value => "\$myorigin, localhost, localhost.\$mydomain, ${domain}";
'smtpd_recipient_restrictions':
- value => 'check_recipient_access tcp:localhost:2244,reject_unauth_destination';
+ value => 'check_recipient_access tcp:localhost:2244,reject_unauth_destination,permit_tls_all_clientcerts';
'mailbox_size_limit': value => '0';
'home_mailbox': value => 'Maildir/';
'virtual_alias_maps': value => 'tcp:localhost:4242';