summaryrefslogtreecommitdiff
path: root/puppet/modules/site_postfix/manifests/debug.pp
blob: f370d16600d4b264cd35aa7b6b724884d122c0a5 (plain)
1
2
3
4
5
6
7
8
9
class site_postfix::debug {

  postfix::config {
    'debug_peer_list':      value => '127.0.0.1';
    'debug_peer_level':     value => '1';
    'smtpd_tls_loglevel':   value => '1';
  }

}