maddy
maddy copied to clipboard
✉️ Composable all-in-one mail server.
Adds support for the POP3 protocol. A lot of work is still needed, but I wanted to get some early feedback on the direction I'm taking. The code was based...
When I try to send larger attachments (30.33MB), it always fails, but attachments of 13.66MB can be sent successfully. My settings allow for much more than 30.33MB, so why am...
Sender header field is oversigned even though it is not documented. To make maddy more compatible with the mailing list, it should be signed only if it is included and...
# Use case Forwarding messages to external systems with ratelimits. # Your idea for a solution Add limits to target.smtp - the code will be very similar to target.remote. As...
https://maddy.email The license image has this link: https://github.com/foxcpp/maddy/blob/master/LICENSE Which is a 404. It looks like the correct link is: https://github.com/foxcpp/maddy/blob/master/COPYING
# Describe the bug According to [this comment](https://github.com/pimalaya/himalaya/issues/525#issuecomment-2613920135), maddy seems to send NIL body encoding to FETCH response (within BODYSTRUCTURE) whereas it [cannot be null](https://github.com/pimalaya/himalaya/issues/525#issuecomment-2616931726). # Steps to reproduce NC...
# Describe the bug I have maddy set up as described here: https://maddy.email/multiple-domains/. ``` check { authorize_sender { user_to_email chain { step email_localpart_optional # remove domain from username if present...
This is a major refactoring since maddy has a lot of state and resource handles to deal with. ## Design overview Current register - initialize pipeline is replaced with register...
1. Define evaluation context that is passed across the codebase via context.Context. 2. Replace some (most?) configuration values with generic dynamic like: ```go type DynamicString struct { ... } func...
maddy should be able to forward messages to an arbitrary HTTP endpoint. ``` deliver_to http { tls_client { ... } header Authorization "Bearer ..." format rfc822/headers/json/form field "body" "{{ header...