module-postfix/manifests/classes/postfix-amavis.pp

7 lines
185 B
Puppet

class postfix::amavis {
include amavisd-new
postfix::config {
"content_filter": value => "smtp-amavis:[localhost]:10024"; }
}