Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 542 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 542 Bytes

Puppet module for installing and managing Exim.

Usage

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]',
dc_relay_nets => 'localhost : 10.223.68.230';
}

Authors

Sergey Stankevich Lars Falk-Petersen