maddy
maddy copied to clipboard
✉️ Composable all-in-one mail server.
RFC 5321 recommends idle time of 5 minutes. Maddy runs pool cleanup once per minute. When a connection is returned to the pool at time 'last cleanup + 10 seconds',...
# Describe the bug The images provided in ghcr.io/foxcpp/maddy seem to lack arm64. # Steps to reproduce 1. Try to pull Maddy on arm64 host from ghcr.io. 2. See it...
# Describe the bug When adding proxy_protocol directive in smtp, submission and imap, I get the following error : panic: runtime error: hash of unhashable type proxyprotocol.Listener # Configuration file...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.34.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.35.0. Commits 7292932 ssh: limit the size of the internal packet queue while waiting for KEX f66f74b acme/autocert: check host policy before probing the cache...
# Use case Hi, getting some repeated failures to send outgoing messages; in particular TLS failures are difficult to resolve after the fact and without detail on what happened. It'd...
# Use case io_debug is currently [a boolean flag](https://maddy.email/reference/endpoints/smtp/#io_debug-boolean). Turning it on to log everything when debugging either Maddy's sources or on bringing up a new server makes sense. However,...
# Use case I work with a small team, and we are often contacting other external small teams. This means that email deliverability across the board can be quite low,...
Partially addresses #158 ## Description This PR adds a new modifier `add_header` which allows arbitrary headers to be added to a message in the pipeline. ## Use Case A practical...