From 12f0432c19b08a9f727b0cae1c9b6c9df89d7578 Mon Sep 17 00:00:00 2001 From: Georg Date: Fri, 4 Nov 2016 14:07:36 +0200 Subject: [PATCH] Mention mailcatcher in docs #188 --- doc/debian_build_doc.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/debian_build_doc.md b/doc/debian_build_doc.md index 1f37cc002..c181da461 100644 --- a/doc/debian_build_doc.md +++ b/doc/debian_build_doc.md @@ -10,6 +10,7 @@ however officially Debian 7 is supported and tested. * Compile requried [ruby version](https://github.com/internetee/registry/blob/master/.ruby-version) * [Phusion passenger](https://www.phusionpassenger.com/documentation/Users%20guide%20Apache.html) * [Postgresql](http://www.postgresql.org/docs/) (requires postgresql-contrib package) +* [Mailcatcher](https://mailcatcher.me/) (optional) Registry application is not tested with multi-threaded system (such as Puma) and it's not officially supported. Please use multi-process system instead (Passenger, Unicorn, Mongrel) @@ -96,4 +97,10 @@ iptables -A CHKLIMITS -p tcp --dport 700 -s $REGISTRAR2_SOURCE2 -m recent --name iptables -A INPUT -p tcp --dport 700 -j CHKLIMITS ```` +#### Mailcatcher for staging (optional) + +We recommend using mailcatcher for staging env, so that all outgoing mails are catched and not actualy sent ou. +The mailcatcher website explains how it should be intsalled and configured. +[Mailcatcher](https://mailcatcher.me/) +`````