Skip to content

saltonmassally/chef-postfix-ses

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

postfix-ses cookbook

Integrates postfix with Amazon SES. This cookbooks duplicates this doc except rather then adding the configurations directly to the sendmail.mc file. It is included as a seperate file. This cookbook was adapted specifically so as to work with opswork

Requirements

Requires postfix to be installed. Tested with the Amazon platform.

Usage

Populate the sendmail attribute and include the default recipe recipe[sendmail-ses::default]. This cookbook is adpated to work with opswork so you would have to set at least the following in your stack settings:

    "postfix" : {
	"sasl" : {
	    "smtp_sasl_user_name" : "secret",
	    "smtp_sasl_passwd" : "secret"
	}
    },

Attributes

Recipes

default - Handles all integration

Author

Author:: TABLE XI ([email protected])

About

Integrates postfix with Amazon SES.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%