aboutsummaryrefslogtreecommitdiff
path: root/manifests/classes/postfix-amavis.pp
blob: c32523871f3b44b46d2ec2eb7ea8abd2e17fe0e8 (plain)
1
2
3
4
5
6
7
8
class postfix::amavis {    
		include amavisd-new
        postfix::config { 
                "content_filter": value => "amavis:[127.0.0.1]:10024"; 
        }

}