Skip to content

Commit

Permalink
release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Aug 28, 2012
1 parent 223907d commit 31ffb1a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## v1.2.2:

* [COOK-1442] - Missing ['postfix']['domain'] Attribute causes initial installation failure
* [COOK-1520] - Add support for procmail delivery
* [COOK-1528] - Make aliasses template less specific
* [COOK-1538] - Add iptables_rule template
* [COOK-1540] - Add smtpd_milters and non_smtpd_milters parameters to main.cf

## v1.2.0:

* [COOK-880] - add client/server roles for search-based discovery of
Expand Down
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -16,6 +16,8 @@ Requirements
* RHEL/CentOS/Scientific 5.7+, 6.2+
* Amazon Linux (as of AMIs created after 4/9/2012)

May work on other platforms with or without modification.

Attributes
==========

Expand Down Expand Up @@ -59,7 +61,14 @@ See `attributes/default.rb` for default values.
information.
* `node['postfix']['use_procmail']` - set to true if nodes should use
procmail as the delivery agent (mailbox_command).

* `node['postfix']['milter_default_action']` - corresponds to the
`milter_default_action` option in `/etc/postfix/main.cf`.
* `node['postfix']['milter_protocol']` - corresponds to the
`milter_protocol` option in `/etc/postfix/main.cf`.
* `node['postfix']['smtpd_milters']` - corresponds to the
`smtpd_milters` option in `/etc/postfix/main.cf`.
* `node['postfix']['non_smtpd_milters']` - corresponds to the
`non_smtpd_milters` option in `/etc/postfix/main.cf`.

Recipes
=======
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -2,7 +2,7 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs and configures postfix for client or outbound relayhost, or to do SASL auth"
version "1.2.0"
version "1.2.2"
recipe "postfix", "Installs and configures postfix"
recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl"
recipe "postfix::aliases", "Manages /etc/aliases"
Expand Down

0 comments on commit 31ffb1a

Please sign in to comment.