update dkim docs

This commit is contained in:
Robin Raymond 2017-08-23 17:24:40 +02:00
parent 8551dcffff
commit fe55d8f501
2 changed files with 3 additions and 4 deletions

View File

@ -17,14 +17,13 @@
* Certificates
- [x] manual certificates
- [x] on the fly creation
- [ ] TODO: Let's Encrypt
- [ ] TODO: Let's Encrypt (postponed to future release)
* Spam Filtering
- [x] scans emails
- [ ] Dovecot moves spam to spam folder (to check)
* Virus Scanning
- [x] Checks incoming mail for viruses
* DKIM Signing
- [ ] TODO: Implement
- [x] Works
* User Management
- [x] Creates Users
- [x] Set Passwords in config file
@ -77,3 +76,4 @@ nixops ssh -d mail mailserver
## Ideas for future releases
* Fine grained control over ownership of aliases
* More than one domain
* Let's Encrypt

View File

@ -129,7 +129,6 @@ let
#
# Whether to activate dkim signing.
# TODO: Explain how to put signature into domain record
# TODO: Implement
#
dkim_signing = true;
dkim_selector = "mail";