fix typo in postfix readme

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

View File

@ -144,7 +144,7 @@ access to SMTP.
"myorigin" => "example.com",
"relayhost" => "[smtp.comcast.net]:587",
"smtp_sasl_auth_enable" => "yes",
"smtp_sasl_passwd" => "your_password,
"smtp_sasl_passwd" => "your_password",
"smtp_sasl_user_name" => "your_username"
}
)