From c2e89ff1ed5746c4186481697a3c9fa2728717df Mon Sep 17 00:00:00 2001 From: Robin Raymond Date: Sun, 13 Aug 2017 12:58:00 +0200 Subject: [PATCH] add checklist for first release --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.md b/README.md index 6fecbf4..7780ecf 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,32 @@ ## Work in progress... +### What works and what is missing for first release + * Postfix + - [x] starts + - [x] receive email on port 25 + - [ ] receive email on submission port 587 (to check) + - [x] lmtp with dovecot + * Dovecot + - [x] lmpto with postfix + - [x] creates maildir folders, saves mails + - [x] imap retrieval + - [ ] pop3 retrieval (to check) + * Certificates + - [x] manual certificates + - [x] on the fly creation + - [ ] TODO: Let's Encrypt + * Spam Filtering + - [x] scans emails + - [ ] Dovecot moves spam to spam folder (to check) + * Virus Scanning + - [ ] TODO: Implement + * DKIM Signing + - [ ] TODO: Implement + * User Management + - [x] Creates Users + - [ ] TODO: Set Passwords in config file + ### How to Test You can test the setup via `nixops`. After installation, do