class firewall::virtual::mail( $implementation = lookup('firewall::implementation', undef, undef, 'shorewall'), $destination ) { class { "firewall::implementations::${implementation}::virtual::mail": destination => $destination, } }