Skip to content

bmorton/puppet-postfix

 
 

Repository files navigation

# Class: postfix
#   This module manages postfix
#
# Definition:
#   postfix::aliases
#   postfix::relayhost
#
# Parameters:
#   $email - specify the email
#   $host  - specify the relayhost
#
# Actions:
#   Installs the aliases, mailname and main.cf
#
# Requires:
#   -
#
# Sample Usage:
#   postfix::aliases { '/etc/aliases':
#     email => $email,
#   }
#
#   postfix::relayhost { '/etc/postfix/main.cf':
#     host => $host,
#   }

About

This module manages postfix

Resources

Stars

Watchers

Forks

Packages

No packages published