# @param smarthost_port the port on which satellites send mail to the smarthost (needs to be the same on both sides)
class exim (
Optional[String] $smarthost,
- Optional[Integer] $mail_port,
Boolean $use_smarthost = true,
Boolean $is_bugsmx = false,
Boolean $is_mailrelay = false,
Boolean $is_packagesmaster = false,
Boolean $is_packagesqamaster = false,
Integer $smarthost_port = 587,
+ Optional[Integer] $mail_port = undef,
) {
include exim::vdomain::setup
include debian_org::mail_incoming_port