From 947486f36e440899f045025911fd39007ef812da Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 5 Jan 2025 17:42:54 +0800 Subject: maild updates --- content/maild/_index.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/content/maild/_index.md b/content/maild/_index.md index 6e5fb40..fd735d3 100644 --- a/content/maild/_index.md +++ b/content/maild/_index.md @@ -23,3 +23,17 @@ We attempt to implement: * Basic spam filtering * A UNIX domain socket protocol for integration with mailing list and forge software +* [MTA-S2S](https://www.rfc-editor.org/rfc/rfc8461) +* ESMTP extensions: [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), + [SMTPUTF8](https://www.rfc-editor.org/rfc/rfc6531) + + +We may consider: +* [RFC2136](https://www.rfc-editor.org/rfc/rfc2135) for dynamic DNS updates +* [DANE](https://www.rfc-editor.org/rfc/rfc6698) + +Note that we may choose to not *completely* implement protocols listed above. +For example, SMTP relaying and gatewaying will not be implemented as they are +irrelevant today. -- cgit v1.2.3