Reelase 5.3.0

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2018-05-23 15:58:50 -05:00
parent 22b6d28e96
commit 7988a5c248
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
This file is used to list changes made in each version of the postfix cookbook. This file is used to list changes made in each version of the postfix cookbook.
## 5.3.0 (2018-05-23)
- support multiple sasl_passwd entries
- Add `packages` attribute so different postfix packages can be installed
- add ability to set network connection port for a remote relayhost
## 5.2.1 (2017-11-22) ## 5.2.1 (2017-11-22)
- Properly support FreeBSD - Properly support FreeBSD

View File

@ -4,7 +4,7 @@ maintainer_email 'cookbooks@chef.io'
license 'Apache-2.0' license 'Apache-2.0'
description 'Installs and configures postfix for client or outbound relayhost, or to do SASL auth' description 'Installs and configures postfix for client or outbound relayhost, or to do SASL auth'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '5.2.1' version '5.3.0'
recipe 'postfix', 'Installs and configures postfix' recipe 'postfix', 'Installs and configures postfix'
recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl' recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl'