COOK-324, update postfix attributes

This commit is contained in:
jtimberman 2010-07-10 21:18:32 -06:00
parent cf1668db86
commit f2eac78e51
3 changed files with 25 additions and 25 deletions

View File

@ -1,14 +1,14 @@
set_unless[:postfix][:mail_type] = "client" default[:postfix][:mail_type] = "client"
set_unless[:postfix][:myhostname] = fqdn default[:postfix][:myhostname] = fqdn
set_unless[:postfix][:mydomain] = domain default[:postfix][:mydomain] = domain
set_unless[:postfix][:myorigin] = "$myhostname" default[:postfix][:myorigin] = "$myhostname"
set_unless[:postfix][:relayhost] = "" default[:postfix][:relayhost] = ""
set_unless[:postfix][:mail_relay_networks] = "127.0.0.0/8" default[:postfix][:mail_relay_networks] = "127.0.0.0/8"
set_unless[:postfix][:smtp_sasl_auth_enable] = "no" default[:postfix][:smtp_sasl_auth_enable] = "no"
set_unless[:postfix][:smtp_sasl_password_maps] = "hash:/etc/postfix/sasl_passwd" default[:postfix][:smtp_sasl_password_maps] = "hash:/etc/postfix/sasl_passwd"
set_unless[:postfix][:smtp_sasl_security_options] = "noanonymous" default[:postfix][:smtp_sasl_security_options] = "noanonymous"
set_unless[:postfix][:smtp_tls_cafile] = "/etc/postfix/cacert.pem" default[:postfix][:smtp_tls_cafile] = "/etc/postfix/cacert.pem"
set_unless[:postfix][:smtp_use_tls] = "yes" default[:postfix][:smtp_use_tls] = "yes"
set_unless[:postfix][:smtp_sasl_user_name] = "" default[:postfix][:smtp_sasl_user_name] = ""
set_unless[:postfix][:smtp_sasl_passwd] = "" default[:postfix][:smtp_sasl_passwd] = ""

View File

@ -1,5 +1,5 @@
{ {
"recommendations": { "providing": {
}, },
"attributes": { "attributes": {
"postfix/smtp_sasl_password_maps": { "postfix/smtp_sasl_password_maps": {
@ -198,13 +198,13 @@
"display_name": "Postfix" "display_name": "Postfix"
} }
}, },
"maintainer": "Opscode, Inc.", "replacing": {
"suggestions": {
}, },
"dependencies": { "dependencies": {
}, },
"maintainer_email": "cookbooks@opscode.com", "groupings": {
"conflicting": { },
"recommendations": {
}, },
"platforms": { "platforms": {
"debian": [ "debian": [
@ -215,18 +215,18 @@
] ]
}, },
"license": "Apache 2.0", "license": "Apache 2.0",
"version": "0.8.1", "version": "0.8.2",
"providing": { "maintainer": "Opscode, Inc.",
"suggestions": {
}, },
"recipes": { "recipes": {
"postfix::sasl_auth": "Set up postfix to auth to a server with sasl", "postfix::sasl_auth": "Set up postfix to auth to a server with sasl",
"postfix": "Installs and configures postfix" "postfix": "Installs and configures postfix"
}, },
"replacing": { "maintainer_email": "cookbooks@opscode.com",
},
"name": "postfix", "name": "postfix",
"description": "Installs and configures postfix for client or outbound relayhost, or to do SASL auth", "conflicting": {
"groupings": {
}, },
"description": "Installs and configures postfix for client or outbound relayhost, or to do SASL auth",
"long_description": "" "long_description": ""
} }

View File

@ -2,7 +2,7 @@ maintainer "Opscode, Inc."
maintainer_email "cookbooks@opscode.com" maintainer_email "cookbooks@opscode.com"
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"
version "0.8.1" version "0.8.2"
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"