Skip to content

copyleft/puppet-exim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Authors

Sergey Stankevich Lars Falk-Petersen

About

Puppet module for installing and managing Exim.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 67.0%
  • HTML 23.1%
  • Ruby 9.9%