maddy
maddy copied to clipboard
✉️ Composable all-in-one mail server.
Might be useful if some `deliver_to` calls are intended to produce non-critical copies (e.g. push notifications, like #735). ``` deliver_to ignore_error http ... ```
This would be an amazing design if it supported sending to Apprise ! Apprise - Push Notifications that work with just about every platform! https://github.com/caronc/apprise
Dear maddy author, please tell me about the function of batch creating users. I currently have a requirement to have the golang program automatically create users. I tried to directly...
From-scratch rewrite of imapsql storage based on upstream go-imap v2 (not maddy fork one). Downstream repository: https://github.com/foxcpp/maddy-storage
# Describe the bug I wanted to create an alternative name for my account using aliases file, but relative names like `cat: dog` (as specified in [docs](https://maddy.email/reference/modifiers/envelope/)) didn't work for...
Addresses #731
# Use case I am building a systme where I add domains to maddy via api. I have already built the api part (if anyone finds this useful I'm happy...
# Describe the bug When following the documentation for using Dovecot SASL with maddy by enabling it in the submission config, starting maddy with systemd appears to cause it to...
# Describe the bug Hetzner DNS Console API is deprecated and it appears AMCE challenges are failing (at least I suspect that might be the cause for https://github.com/foxcpp/maddy/discussions/806) libdns/hetzner has...
# Use case Adding support for the POP3 protocol. # Your idea for a solution This would make maddy a comprehensive solution and a modern implementation that will effectively replace...