From 363c5a9b7d3a9efa67af58cf84f5004f23539908 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 3 Jan 2025 19:20:14 +0800 Subject: Website update --- content/maild/_index.md | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) (limited to 'content/maild/_index.md') 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 -- cgit v1.2.3