summaryrefslogtreecommitdiff
path: root/content/maild
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-03 19:20:14 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-03 19:20:22 +0800
commit363c5a9b7d3a9efa67af58cf84f5004f23539908 (patch)
tree50e01e1bdec9fecf90ba443ed3787e7439253b83 /content/maild
parentWebsite update (diff)
downloadwebsite-363c5a9b7d3a9efa67af58cf84f5004f23539908.tar.gz
website-363c5a9b7d3a9efa67af58cf84f5004f23539908.tar.zst
website-363c5a9b7d3a9efa67af58cf84f5004f23539908.zip
Website update
Diffstat (limited to 'content/maild')
-rw-r--r--content/maild/_index.md22
1 files changed, 21 insertions, 1 deletions
diff --git a/content/maild/_index.md b/content/maild/_index.md
index da3f98f..6e5fb40 100644
--- a/content/maild/_index.md
+++ b/content/maild/_index.md
@@ -2,4 +2,24 @@
title: maild
---
-Lindenii maild is a simple SMTP server.
+**Note: This project is in early development.**
+
+Lindenii maild is an email server.
+
+Contemporary email servers like [Postfix](http://www.postfix.org/) and
+[OpenSMTPD](https://www.opensmtpd.org/) generally work, but setups become
+rather complex when other necessary software such as
+[Dovecot](https://www.dovecot.org/) and [OpenDKIM](http://www.opendkim.org/).
+It is also notoriously difficult to configure these servers.
+
+Lindenii maild is an email server designed for the Lindenii project. It
+implements basic functionality for a working email server in one software
+package.
+
+We attempt to implement:
+* SMTP to send and receive mail
+* IMAP to let users interact with mailboxes
+* DKIM, SPF, and DMARC authentication
+* Basic spam filtering
+* A UNIX domain socket protocol for integration with mailing list and forge
+ software