2025-05-28 - 2026-05-28

Overview

0 Active Pull Requests
46 Active Issues
Excluding merges, 1 author has pushed 2 commits to main and 2 commits to all branches. On main, 10 files have changed and there have been 459 additions and 6 deletions.

46 Issues created by 1 user

Opened #1 Basic SMTP listener using emersion/go-smtp 2026-04-16 20:55:44 -05:00

Opened #2 Receive inbound mail for local domains 2026-04-16 20:55:45 -05:00

Opened #3 TLS support (STARTTLS) 2026-04-16 20:55:46 -05:00

Opened #4 Reject mail for unknown domains 2026-04-16 20:55:47 -05:00

Opened #5 Write received messages to Maildir 2026-04-16 20:55:49 -05:00

Opened #6 Authenticated submission listener 2026-04-16 20:55:50 -05:00

Opened #7 SASL PLAIN / LOGIN auth 2026-04-16 20:55:51 -05:00

Opened #8 Enforce auth before relaying 2026-04-16 20:55:52 -05:00

Opened #9 Outbound routing via MX DNS lookup 2026-04-16 20:55:53 -05:00

Opened #10 Delivery retry queue with backoff 2026-04-16 20:55:54 -05:00

Opened #11 IMAP server using emersion/go-imap 2026-04-16 20:55:56 -05:00

Opened #12 Authenticate users 2026-04-16 20:55:57 -05:00

Opened #13 Serve mailboxes from Maildir storage 2026-04-16 20:55:58 -05:00

Opened #14 Support INBOX, Sent, Drafts, Trash folders 2026-04-16 20:55:59 -05:00

Opened #15 IDLE command support 2026-04-16 20:56:00 -05:00

Opened #16 Maildir layout per user (/var/mail/{domain}/{user}/) 2026-04-16 20:56:02 -05:00

Opened #17 Message write (new mail delivery) 2026-04-16 20:56:03 -05:00

Opened #18 Message read / list / delete (for IMAP) 2026-04-16 20:56:04 -05:00

Opened #19 Quota tracking (basic) 2026-04-16 20:56:06 -05:00

Opened #20 User store (flat file or SQLite — TBD) 2026-04-16 20:56:07 -05:00

Opened #21 Password hashing (bcrypt) 2026-04-16 20:56:08 -05:00

Opened #22 Domain and mailbox management (add/remove) 2026-04-16 20:56:10 -05:00

Opened #23 Load cert/key from disk 2026-04-16 20:56:11 -05:00

Opened #24 Auto-renew via ACME / Let's Encrypt (optional) 2026-04-16 20:56:13 -05:00

Opened #25 DKIM signing on outbound mail 2026-04-16 20:56:14 -05:00

Opened #26 DKIM verification on inbound mail 2026-04-16 20:56:16 -05:00

Opened #27 SPF record lookup and enforcement 2026-04-16 20:56:17 -05:00

Opened #28 DMARC policy parsing and enforcement 2026-04-16 20:56:19 -05:00

Opened #29 Reject or quarantine based on DMARC policy 2026-04-16 20:56:21 -05:00

Opened #30 DNSBL checks on inbound connections (basic blocklist) 2026-04-16 20:56:22 -05:00

Opened #31 Admin HTTP API (manage domains, mailboxes, aliases) 2026-04-16 20:56:24 -05:00

Opened #32 Alias support (forward info@ → real mailbox) 2026-04-16 20:56:26 -05:00

Opened #33 Catch-all address support 2026-04-16 20:56:27 -05:00

Opened #34 Metrics endpoint (Prometheus) 2026-04-16 20:56:29 -05:00

Opened #35 Log shipping / structured access logs 2026-04-16 20:56:31 -05:00

Opened #36 Systemd unit file 2026-04-16 20:56:32 -05:00

Opened #37 Rate limiting on SMTP connections 2026-04-16 20:56:34 -05:00

Opened #38 Connection-level blocklist (IP deny list) 2026-04-16 20:56:35 -05:00

Opened #39 Greylisting (optional) 2026-04-16 20:56:37 -05:00

Opened #40 rspamd milter integration (optional) 2026-04-16 20:56:39 -05:00

Opened #41 Deliverability testing (SPF/DKIM/DMARC pass verification) 2026-04-16 20:56:41 -05:00

Opened #42 Blacklist monitoring 2026-04-16 20:56:43 -05:00

Opened #43 Webmail UI (separate project) 2026-04-16 20:56:45 -05:00

Opened #44 Multi-domain virtual hosting 2026-04-16 20:56:46 -05:00

Opened #45 Sieve filtering support 2026-04-16 20:56:48 -05:00

Opened #46 JMAP support 2026-04-16 20:56:49 -05:00