59010a1c30
To take advantage of puppet's autoloading feature, which will be mandatory sooner or later. We move all the files in their appropriate place.
5 lines
109 B
Puppet
5 lines
109 B
Puppet
class postfix::amavis {
|
|
postfix::config {
|
|
"content_filter": value => "amavis:[127.0.0.1]:10024";
|
|
}
|
|
}
|