update dkim docs
This commit is contained in:
parent
8551dcffff
commit
fe55d8f501
|
@ -17,14 +17,13 @@
|
||||||
* Certificates
|
* Certificates
|
||||||
- [x] manual certificates
|
- [x] manual certificates
|
||||||
- [x] on the fly creation
|
- [x] on the fly creation
|
||||||
- [ ] TODO: Let's Encrypt
|
- [ ] TODO: Let's Encrypt (postponed to future release)
|
||||||
* Spam Filtering
|
* Spam Filtering
|
||||||
- [x] scans emails
|
- [x] scans emails
|
||||||
- [ ] Dovecot moves spam to spam folder (to check)
|
|
||||||
* Virus Scanning
|
* Virus Scanning
|
||||||
- [x] Checks incoming mail for viruses
|
- [x] Checks incoming mail for viruses
|
||||||
* DKIM Signing
|
* DKIM Signing
|
||||||
- [ ] TODO: Implement
|
- [x] Works
|
||||||
* User Management
|
* User Management
|
||||||
- [x] Creates Users
|
- [x] Creates Users
|
||||||
- [x] Set Passwords in config file
|
- [x] Set Passwords in config file
|
||||||
|
@ -77,3 +76,4 @@ nixops ssh -d mail mailserver
|
||||||
## Ideas for future releases
|
## Ideas for future releases
|
||||||
* Fine grained control over ownership of aliases
|
* Fine grained control over ownership of aliases
|
||||||
* More than one domain
|
* More than one domain
|
||||||
|
* Let's Encrypt
|
||||||
|
|
|
@ -129,7 +129,6 @@ let
|
||||||
#
|
#
|
||||||
# Whether to activate dkim signing.
|
# Whether to activate dkim signing.
|
||||||
# TODO: Explain how to put signature into domain record
|
# TODO: Explain how to put signature into domain record
|
||||||
# TODO: Implement
|
|
||||||
#
|
#
|
||||||
dkim_signing = true;
|
dkim_signing = true;
|
||||||
dkim_selector = "mail";
|
dkim_selector = "mail";
|
||||||
|
|
Loading…
Reference in New Issue