update readme
This commit is contained in:
parent
4427a308e3
commit
99b5024c9b
13
README.md
13
README.md
|
@ -33,10 +33,12 @@
|
||||||
- [ ] Make a Small Homepage
|
- [ ] Make a Small Homepage
|
||||||
- [ ] Flesh Out Documentation
|
- [ ] Flesh Out Documentation
|
||||||
* Test
|
* Test
|
||||||
- [ ] Test
|
- [ ] Write Tests to ensure integrity
|
||||||
- [ ] Squash Bugs
|
|
||||||
- [ ] Test
|
### Changelog
|
||||||
- [ ] ...
|
|
||||||
|
#### v1.0 -> v1.1
|
||||||
|
* Changed structure to Nix Modules
|
||||||
|
|
||||||
### How to Test
|
### 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
|
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
|
## A Complete Mail Server Without Moving Parts
|
||||||
|
|
||||||
### Used Technologies
|
### Used Technologies
|
||||||
|
@ -91,3 +95,4 @@ nixops ssh -d mail mailserver
|
||||||
## Contributors
|
## Contributors
|
||||||
* Special thanks to @Infinisil for the module rewrite
|
* Special thanks to @Infinisil for the module rewrite
|
||||||
* @danbst
|
* @danbst
|
||||||
|
* @phdoerfler
|
||||||
|
|
Loading…
Reference in New Issue