From fe55d8f50166cc9395127fa5ea184f08ac1978b6 Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Wed, 23 Aug 2017 17:24:40 +0200 Subject: [PATCH] update dkim docs --- README.md | 6 +++--- mail-config.nix | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a2577a5..678376f 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mail-config.nix b/mail-config.nix index cdc2043..a8e3203 100644 --- a/mail-config.nix +++ b/mail-config.nix @@ -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";