diff options
author | Runxi Yu <me@runxiyu.org> | 2024-12-31 09:15:12 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2024-12-31 09:15:44 +0800 |
commit | 2e7fcf1dc8970ea11baed522e8603870999838da (patch) | |
tree | 2028692113efe23a0f10d6dccd99d7d993c821ce /README.md | |
parent | Initial commit (diff) | |
download | maild-2e7fcf1dc8970ea11baed522e8603870999838da.tar.gz maild-2e7fcf1dc8970ea11baed522e8603870999838da.tar.zst maild-2e7fcf1dc8970ea11baed522e8603870999838da.zip |
Add a README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0320842 --- /dev/null +++ b/README.md @@ -0,0 +1,23 @@ +# Lindenii Mail Daemon + +None of Postfix, OpenSMTPd, and maddy really suit my taste for a mail daemon, +so I'm trying to write my own. + +I also want a simple mailing list manager, but they're all rather difficult to +set up correctly. IMO it'd be easier to integrate it into the SMTP daemon. + +## Plan + +**Implemented:** + +- Receiving mail, SMTP side + +**Future:** + +- TLS on all protocols (STARTTLS is not supported) +- ESMTP +- DKIM, DMARC, SPF, etc. +- Receiving mail, IMAP side +- Sending mail +- Mailing list management (things like web interfaces could be connected via a + UNIX domain socket API) |