fix typo in postfix readme

This commit is contained in:
jtimberman 2011-12-16 00:22:36 -07:00
parent 563a8e6f24
commit 1e26ffef4c

View File

@ -144,7 +144,7 @@ access to SMTP.
"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",
"smtp_sasl_passwd" => "your_password, "smtp_sasl_passwd" => "your_password",
"smtp_sasl_user_name" => "your_username" "smtp_sasl_user_name" => "your_username"
} }
) )