diff options
author | varac <varacanero@zeromail.org> | 2013-05-22 19:39:37 +0200 |
---|---|---|
committer | Micah Anderson <micah@leap.se> | 2013-07-25 13:51:34 -0400 |
commit | 901a06d29c0c658b479f4c5a0828b263d7d6de0f (patch) | |
tree | fefd80eff05c57895e6cf7a1476e7b3cf36df617 | |
parent | 2a853087a0bec5f9ec166fff538bda9076bb8369 (diff) |
smtpd_recipient_restrictions: +permit_tls_all_clientcerts
-rw-r--r-- | puppet/modules/site_postfix/manifests/mx.pp | 2 |
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'; |