maddy icon indicating copy to clipboard operation
maddy copied to clipboard

✉️ Composable all-in-one mail server.

Results 165 maddy issues
Sort by recently updated
recently updated
newest added

- [ ] endpoint: Counter of panics in IMAP/SMTP endpoints, should they happen - [ ] remote: Negotiated TLS version - [ ] endpoint: Negotiated TLS version - [ ]...

help wanted
rfc
good first issue

- [x] https://github.com/emersion/go-smtp/pull/146 (see https://github.com/emersion/go-smtp/pull/114 for related discussion) - [ ] XCLIENT support in go-smtp - [ ] Server support in endpoint.smtp - [ ] Client support in target.smtp (target.remote...

mta-out
mta-in
go-smtp

``` tls.loader.acme local_tls { hostname $(hostname) challenge http-01 } tls &local_tls # set default TLS config for all endpoints # Configure reverse-proxy on port 80 to forward ACME challenges here...

new feature

1. Current implementation does not correctly initialize secondary mailboxes (Sent, Trash, etc). 2. Autocreation should be triggered on message delivery too (see #339). This is possible by adding `autocreate_for` which...

go-imap-sql
mta-in

Since a lot of authentication mechanisms are keyed on the MX or domain name, the IP literals support uses the rDNS domain of the IP address. This assumes forward-confirmed rDNS,...

bug
mta-out
good first issue

Less code to maintain is always a good idea. https://pkg.go.dev/golang.org/x/time/rate

good first issue

There is storage.blob module namespace that is used by IMAP storage layer to store message bodies. It would be helpful if we can implement an adapter that would allow SMTP...

new feature
mta-in

Hi there, me again :). I decided to set up Prometheus monitoring because I was hoping to get alerted when/if I stop receiving e-mails frequently (as that has usually shown...