From e27e8a65b3fc03b63605e7939d5bf66b436086c2 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 8 Jan 2014 15:28:50 +1100 Subject: [PATCH] don't muck with production.rb, no longer supported --- docs/INSTALL-email.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/INSTALL-email.md b/docs/INSTALL-email.md index 6deb34d24b2..1686b2fc158 100644 --- a/docs/INSTALL-email.md +++ b/docs/INSTALL-email.md @@ -1,13 +1,8 @@ # Discourse Mail Setup Guide -After following INSTALL-ubuntu.md your mailer settings should still be set (in -`config/environments/production.rb`, remember) to: - -```ruby - config.action_mailer.delivery_method = :sendmail - config.action_mailer.sendmail_settings = {arguments: '-i'} -``` +After following INSTALL-ubuntu.md your mailer settings should still be set. +Out-of-the-box Discourse is configured to deliver mail locally via sendmail. That's great. Leave that there as we're going to try to get the mail to postfix ASAP so postfix do it's job and process the mail for delivery.