Benjamin Woodruff
Benjamin Woodruff
If you rewrote the networking stuff with [gevent](http://www.gevent.org/), you'd probably be able to achieve similar results without having to pass lots of stuff between processes. Plus the code might end...
@cmcdowell Unfortunately it isn't quite that simple. MongoDB can't be installed via pip, although everything else can be. You need Python 3 (of course), MongoDB, pymongo, and praw. This might...
@NJAldwin, I concur with everything @taoeffect said. Since the original purpose of this project (provide @taoeffect with a mail-server) is served, I'm currently more focused on [ansible-honeybadger](https://github.com/pipeep/ansible-honeybadger), as I think...
The INBOX folders seem unnecessary, and we could use the [`--to-folder`](https://github.com/rgrove/larch#usage) option to remove it. I think doing so would fix #50 and #52. I would like to verify first...
There's a few ways to load these kinds of credentials. - [Load the credentials in vagrant, and pass them to ansible](https://github.com/taoeffect/empress/blob/116183ba0ba66d932aec5071b3e0ccaa50ce322a/Vagrantfile#L14) - [In the top-level playbooks, load secrets using `vars_files`](https://github.com/PiPeep/ansible-playbooks/blob/a8d0356688745be432eb7d8788645579bd5dbcb5/buyvm.yml#L5)...
> - Using the `private/credentials.yml` file in conjunction with Vagrant and Ansible to test migration from existing test IMAP server. Modify `test.yml` so it runs the mail migration steps when...
@pkirkovsky, pretty much anything that's [separated into a different task file in the common role](https://github.com/taoeffect/empress/tree/master/roles/common/tasks) could become a role of it's own. Good things to start with would probably be...
I still don't understand this issue. We don't support STARTTLS for client SMTP submission or IMAP. Since we only use the TLS wrapper modes for both, it's impossible for C2S...
The upstream script has a patch: lukecyca/check-rbl#1, so we just need to change the commit id. I'd also like to mention we should have a way of changing this list...
Related to this: https://github.com/h5bp/server-configs-nginx