summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests/mx/smtp_auth.pp
blob: afa70527db4d122787553b88f828a424e55163da (plain)
1
2
3
4
5
6
class site_postfix::mx::smtp_auth {

  postfix::config {
    'smtpd_tls_ask_ccert': value => 'yes';
  }
}