don't muck with production.rb, no longer supported

This commit is contained in:
Sam 2014-01-08 15:28:50 +11:00
parent e7975f25b8
commit e27e8a65b3

View File

@ -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.