From 4fdace2538a5f2b19d9f849feddb6734ad78b536 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Sat, 12 Aug 2017 11:52:01 +0200 Subject: [PATCH] add some hints on how to test --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index bed7b54..6fecbf4 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,22 @@ ## Work in progress... +### How to Test + +You can test the setup via `nixops`. After installation, do + +``` +nixops create nixops/single-server.nix nixops/vbox.nix -d mail +nixops deploy -d mail +nixops info -d mail +``` + +You can then test the server via e.g. `telnet`. To log into it, use + +``` +nixops ssh -d mail mailserver +``` + ## A Complete Mail Server Without Moving Parts ### Used Technologies