module-postfix/manifests/classes/postfix-amavis.pp
2011-02-20 11:05:57 -03:00

5 lines
109 B
Puppet

class postfix::amavis {
postfix::config {
"content_filter": value => "amavis:[127.0.0.1]:10024";
}
}