From 99b5024c9bb4a8580bc2c122f20713d0be0d24ee Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Wed, 13 Sep 2017 10:17:04 +0200 Subject: [PATCH] update readme --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2ee2e58..4e29354 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,12 @@ - [ ] Make a Small Homepage - [ ] Flesh Out Documentation * Test - - [ ] Test - - [ ] Squash Bugs - - [ ] Test - - [ ] ... + - [ ] Write Tests to ensure integrity + +### Changelog + +#### v1.0 -> v1.1 + * Changed structure to Nix Modules ### How to Test @@ -54,6 +56,8 @@ You can then test the server via e.g. `telnet`. To log into it, use nixops ssh -d mail mailserver ``` +To test imap manually openssl s_client -host mail.example.com -port 143 -starttls imap + ## A Complete Mail Server Without Moving Parts ### Used Technologies @@ -91,3 +95,4 @@ nixops ssh -d mail mailserver ## Contributors * Special thanks to @Infinisil for the module rewrite * @danbst + * @phdoerfler