- Adds the advanced option to accept email from non-users per category email-address
- Adds tests covering the new feature
- Adds UI to configure this feature in the frontend
- allow the configuration of an inbox-email-address per category
- post emails to that email into that category instead of global
- Adds UI for configuration
- Adds Documentation for configuration
- Adds Tests for new feature
With the new email_in admin configuration setting, emails to the email_in_address fetched via POP will now be processed and posted as new topics to the forum.
With the email_in_min_trust you can control the trust level the user needs to have at least to be able to post an email as a new topic.
Also contains tests for the email-in feature and minor clean ups
* Avoid editing /etc/apt/sources.list add nginx repo, instead create
/etc/apt/sources.list.d/nginx.list
* Avoid editing /etc/nginx/nginx.conf, instead put server_name_hash_buckets
setting into discourse.conf
* Proper-case Discourse when it is referring to the product name, so that all
the lowercase references are to the user created during the installation
Why not use the docker install script? It has checks to make sure things are installed correctly. It could also be done via curl: 'curl -sL https://get.docker.io/ | sh'.
There's also https://get.docker.io/ubuntu/ as well, which has less checks.
Finally, should there be steps to set up an additional user and disable root login? Seems a little insecure.