# Manages a schleuder farm. # # You might also want to edit or manage /etc/schleuder/schleuder.conf # and customize things such as superadminaddr. class mail::schleuder( $subdomain = lookup('schleuder_subdomain', undef, undef, $mail::schleuder::params::subdomain) ) { # Schleuder subsystems include mail::schleuder::packages postfix::config { "schleuder_destination_recipient_limit": value => '1', nonstandard => true } postfix::transport { "${subdomain}.$domain": ensure => present, destination => "schleuder", } }