update readme

This commit is contained in:
Robin Raymond 2017-09-13 10:17:04 +02:00
parent 4427a308e3
commit 99b5024c9b
1 changed files with 9 additions and 4 deletions

View File

@ -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