[COOK-3822] - Fixing up sasl_relayhost example in README
Signed-off-by: Sean OMeara <someara@opscode.com>
This commit is contained in:
parent
3485a81fab
commit
df600da296
@ -153,11 +153,12 @@ override_attributes(
|
|||||||
"mail_type" => "master",
|
"mail_type" => "master",
|
||||||
"main" => {
|
"main" => {
|
||||||
"mynetworks" => "10.3.3.0/24",
|
"mynetworks" => "10.3.3.0/24",
|
||||||
"mail_type" => "master",
|
|
||||||
"mydomain" => "example.com",
|
"mydomain" => "example.com",
|
||||||
"myorigin" => "example.com",
|
"myorigin" => "example.com",
|
||||||
"relayhost" => "[smtp.comcast.net]:587",
|
"relayhost" => "[smtp.comcast.net]:587",
|
||||||
"smtp_sasl_auth_enable" => "yes",
|
"smtp_sasl_auth_enable" => "yes"
|
||||||
|
},
|
||||||
|
"sasl" => {
|
||||||
"smtp_sasl_passwd" => "your_password",
|
"smtp_sasl_passwd" => "your_password",
|
||||||
"smtp_sasl_user_name" => "your_username"
|
"smtp_sasl_user_name" => "your_username"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user