COOK-324, update postfix attributes
This commit is contained in:
parent
cf1668db86
commit
f2eac78e51
@ -1,14 +1,14 @@
|
||||
set_unless[:postfix][:mail_type] = "client"
|
||||
set_unless[:postfix][:myhostname] = fqdn
|
||||
set_unless[:postfix][:mydomain] = domain
|
||||
set_unless[:postfix][:myorigin] = "$myhostname"
|
||||
set_unless[:postfix][:relayhost] = ""
|
||||
set_unless[:postfix][:mail_relay_networks] = "127.0.0.0/8"
|
||||
default[:postfix][:mail_type] = "client"
|
||||
default[:postfix][:myhostname] = fqdn
|
||||
default[:postfix][:mydomain] = domain
|
||||
default[:postfix][:myorigin] = "$myhostname"
|
||||
default[:postfix][:relayhost] = ""
|
||||
default[:postfix][:mail_relay_networks] = "127.0.0.0/8"
|
||||
|
||||
set_unless[:postfix][:smtp_sasl_auth_enable] = "no"
|
||||
set_unless[:postfix][:smtp_sasl_password_maps] = "hash:/etc/postfix/sasl_passwd"
|
||||
set_unless[:postfix][:smtp_sasl_security_options] = "noanonymous"
|
||||
set_unless[:postfix][:smtp_tls_cafile] = "/etc/postfix/cacert.pem"
|
||||
set_unless[:postfix][:smtp_use_tls] = "yes"
|
||||
set_unless[:postfix][:smtp_sasl_user_name] = ""
|
||||
set_unless[:postfix][:smtp_sasl_passwd] = ""
|
||||
default[:postfix][:smtp_sasl_auth_enable] = "no"
|
||||
default[:postfix][:smtp_sasl_password_maps] = "hash:/etc/postfix/sasl_passwd"
|
||||
default[:postfix][:smtp_sasl_security_options] = "noanonymous"
|
||||
default[:postfix][:smtp_tls_cafile] = "/etc/postfix/cacert.pem"
|
||||
default[:postfix][:smtp_use_tls] = "yes"
|
||||
default[:postfix][:smtp_sasl_user_name] = ""
|
||||
default[:postfix][:smtp_sasl_passwd] = ""
|
||||
|
@ -1,5 +1,5 @@
|
||||
{
|
||||
"recommendations": {
|
||||
"providing": {
|
||||
},
|
||||
"attributes": {
|
||||
"postfix/smtp_sasl_password_maps": {
|
||||
@ -198,13 +198,13 @@
|
||||
"display_name": "Postfix"
|
||||
}
|
||||
},
|
||||
"maintainer": "Opscode, Inc.",
|
||||
"suggestions": {
|
||||
"replacing": {
|
||||
},
|
||||
"dependencies": {
|
||||
},
|
||||
"maintainer_email": "cookbooks@opscode.com",
|
||||
"conflicting": {
|
||||
"groupings": {
|
||||
},
|
||||
"recommendations": {
|
||||
},
|
||||
"platforms": {
|
||||
"debian": [
|
||||
@ -215,18 +215,18 @@
|
||||
]
|
||||
},
|
||||
"license": "Apache 2.0",
|
||||
"version": "0.8.1",
|
||||
"providing": {
|
||||
"version": "0.8.2",
|
||||
"maintainer": "Opscode, Inc.",
|
||||
"suggestions": {
|
||||
},
|
||||
"recipes": {
|
||||
"postfix::sasl_auth": "Set up postfix to auth to a server with sasl",
|
||||
"postfix": "Installs and configures postfix"
|
||||
},
|
||||
"replacing": {
|
||||
},
|
||||
"maintainer_email": "cookbooks@opscode.com",
|
||||
"name": "postfix",
|
||||
"description": "Installs and configures postfix for client or outbound relayhost, or to do SASL auth",
|
||||
"groupings": {
|
||||
"conflicting": {
|
||||
},
|
||||
"description": "Installs and configures postfix for client or outbound relayhost, or to do SASL auth",
|
||||
"long_description": ""
|
||||
}
|
@ -2,7 +2,7 @@ maintainer "Opscode, Inc."
|
||||
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 "0.8.1"
|
||||
version "0.8.2"
|
||||
recipe "postfix", "Installs and configures postfix"
|
||||
recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user