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 => 'root@example.com',
dc_relay_nets => 'localhost : 10.223.68.230';
}