From bf98d5a360aa1f889f614998d7f5213794924f12 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Fri, 16 Dec 2011 00:22:36 -0700 Subject: [PATCH] fix typo in postfix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85c9400..7a4283a 100644 --- a/README.md +++ b/README.md @@ -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" } )