Select Badges

Select Supported Platforms

Select Status

RSS

tr-chef-cookbook-postfix (3) Versions 1.2.0

Installs and configures postfix to run with Amazon SES

Policyfile
Berkshelf
Knife
cookbook 'tr-chef-cookbook-postfix', '~> 1.2.0', :supermarket
cookbook 'tr-chef-cookbook-postfix', '~> 1.2.0'
knife supermarket install tr-chef-cookbook-postfix
knife supermarket download tr-chef-cookbook-postfix
README
Dependencies
Changelog
Quality 33%

tr-chef-cookbook-postfix

Cookbook to install and configure Postfix to use AWS SES.

Supported OS

  • Ubuntu 14.04 + 16.04
  • CentOS 7
  • RHEL 7
  • Amazon Linux

Usage

Usage

  1. Use default recipe in RunList
  2. Use json to add SES Credentials
{
  "tr-postfix": {
    "smtp-region": "",
    "smtp-port": "",
    "smtp-user": "",
    "smtp-password": "",
  }
}

Attributes

The attributes used by this cookbook:

Attribute Description Type Default
smtp-region Per default eu-west-1 (Ireland) is set String eu-west-1
smtp-port SMTP Port for connection String 587
smtp-user Created SES User String ---
smtp-password Created SES Password String ---

Recipes

default

  • This recipe manages all mentioned before

License and Authors

All rights reserved. This book or any portion thereof may not be reproduced or used in any manner whatsoever
without the express written permission of the publisher except for the use of brief quotations in a book review.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Changelog

Version 1.2.0

  • Updated README with currently supported and tested OS
  • Updating .kitchen.yml to current

Version 1.1.0

  • Adding maximum version for Ubuntu

Version 1.0.1

  • fixing main.cf rights

Version 1.0.0

  • Initial creation of cookbook

Collaborator Number Metric
            

1.2.0 failed this metric

Failure: Cookbook has 1 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Foodcritic Metric
            

1.2.0 passed this metric