aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-12 15:47:06 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-12 15:47:06 +0800
commite8204de30c3f24fd82393628d617a8607b1c919a (patch)
tree45edf47d10a4275b19fd5f70f1cffacb5754a539
parentChange default config path to /etc/lindenii/maild.scfg (diff)
downloadmaild-e8204de30c3f24fd82393628d617a8607b1c919a.tar.gz
maild-e8204de30c3f24fd82393628d617a8607b1c919a.tar.zst
maild-e8204de30c3f24fd82393628d617a8607b1c919a.zip
Update README
-rw-r--r--README.md13
1 files changed, 7 insertions, 6 deletions
diff --git a/README.md b/README.md
index b14c609..8dcc94a 100644
--- a/README.md
+++ b/README.md
@@ -10,15 +10,16 @@ set up correctly. IMO it'd be easier to integrate it into the SMTP daemon.
**Implemented:**
-- Receiving mail, SMTP side
+- Receiving mail, SMTP side, with STARTTLS
**Future:**
-- TLS on all protocols, including STARTTLS
- ESMTP: [8BITMIME](https://www.rfc-editor.org/rfc/rfc6152.html),
[SIZE](https://www.rfc-editor.org/rfc/rfc1870.html),
[DSN](https://www.rfc-editor.org/rfc/rfc3464.html)
-- DKIM, DMARC, SPF, etc.
-- Receiving mail, IMAP side
-- Sending mail
-- A UNIX domain socket protocol for integration with mailing list and forge software
+- Receiving mail, IMAP side, with TLS
+- DKIM, DMARC, SPF, [ARC](https://www.rfc-editor.org/rfc/rfc8617.html)
+- Sending mail, outgoing side, with STARTTLS
+- Sending mail, incoming side, with TLS
+- A UNIX domain socket protocol for integration with mailing list and forge
+ software (might be called the Lindenii Mail Delivery Protocol)