maddy
maddy copied to clipboard
✉️ Composable all-in-one mail server.
# Describe the bug Apologies for a lack of detail - I know nothing about the IMAP protocol, but am going off comments [here]( https://github.com/the-djmaze/snappymail/issues/1515#issuecomment-2041219080 ) from the author of...
# Use case case most of vps has disable outbound traffice with port 25, like vultr , digital ocean # Your idea for a solution have some way to set...
# Describe the bug `conn_max_idle_time` is not respected, connections to Office 365 after successfully email delivery timeout with a forced error from the O365 side after 5 minutes, when it...
This PR adds a new config placeholder syntax, `{env_split:VAR_NAME}`, alongside the existing `{env:VAR_NAME}` * `{env:VAR_NAME}`: Substitutes the value of the environment variable `VAR_NAME` as is, preserving its format, including any...
This PR adds support for passing additional tags to the `./build.sh` inside the `Dockerfile` at build time. Use case, as per the docs I've added, is to be able to...
This PR adds the ACME-DNS provider for libdns. References: * https://github.com/libdns/acmedns * https://github.com/joohoi/acme-dns?tab=readme-ov-file#acme-dns In short ACME-DNS is a project that allows delegation of challenges to an acme-dns server which can...
# Describe the bug Specifying `tls_client` configuration in a `target.smtp` block results in a crash at startup. # Steps to reproduce Add `tls_client` configuration to any `target.smtp` block, for example:...
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
* prevent the script from blindly overwriting the current configuration * force maddyctl symbolic linking * fix indentation in build.sh Few days ago I learned the hard way, that running...
I would like to propose a feature request for Maddy: the ability to customize behavior of DMARC checking. Perhaps with this directive example: ``` check.dmarc { none_action ignore | quarantine...