Skip to content

ffrewer/chef-postfix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DESCRIPTION

Installs and configures Postfix for a node.

REQUIREMENTS

Only tested on Debian 6.0.

USAGE

The postfix:default recipe configures Postfix according to the configuration defined as attributes on the node.

override_attributes(
  :postfix => {
    :inet_interfaces => 'all', # optional
    :root_recipient => 'operations@myorg.com', # optional
    :message_size_limit => '1073741824', # 1gb, optional
    :content_filtering => true, # optional
    :mysql_domains => { # optional
      :enabled => true,
      :mysql_user => 'postfix',
      :mysql_database => 'postfix'
    },
  }
)

About

Postfix cookbook for Chef

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published