blob: ec31e116644122e6036cfb181d3a45dac466a5e0 (
plain)
1
2
3
4
5
6
7
8
|
class mail::schleuder {
postfix::config { "schleuder_destination_recipient_limit": value => '1' }
postfix::transport { "encrypted.$domain":
ensure => present,
destination => "schleuder",
}
}
|