blob: 03208425a57e4dbcd9c5200f6c386844342c743d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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)
|