Puppet module for installing and managing Exim.
Installs and manages Exim.
mail_relay — Mail relay server.
root_email — Address to forward root email to. Default: root@$DOMAIN
class { 'exim':
mail_relay => 'mail.example.com',
root_email => '[email protected]',
}