maddy
maddy copied to clipboard
✉️ Composable all-in-one mail server.
# Describe the bug Attempting to use `auth.ldap` results in a panic on config load. # Steps to reproduce Configure ldap, I don't think it actually matters if the server...
TL;DR @the-maldridge noticed that auth_map is not applied. >Not working auth_map is definitely unintentional. I will create an issue for this.. _Originally posted by @foxcpp in https://github.com/foxcpp/maddy/discussions/531#discussioncomment-3620287_
# Describe the bug Maddy is reporting a `MAIL FROM` address as having SPF insecurely set (allowing "all"?) when it does not. Note that other emails get through just fine...
# Describe the bug Missing documentation of `/etc/maddy/aliases`. # Steps to reproduce I followed the tutorial to setup a simple personal mail server. It was easy and straightforward. Just the...
This let's providers like `smtp.office365.com` work.
Currently, to add _rspamd_, [the docs ](https://maddy.email/third-party/rspamd/) suggest to > add rspamd check with default configuration into appropriate check block (probably in local_routing): > ``` > checks { > ......
# Describe the bug Likely to due a == comparison as opposed to >= , when a email in queue has a retry count higher than `max_retries`, it will be...
# Describe the bug Cross compilation error. The error comes from go-imap-sql package. # Steps to reproduce ```shell > git rev-parse --short HEAD 2da4ece > go version go version go1.21.7...
Hi! I added the RFC2136 provider from libdns, following the pattern from the other already-integrated providers. I figure it can make sense for others to have it, if they host...
# Use case When selfhosting a number of services, having many different credentials does not make much sense and becomes cumbersome, so I use an SSO provider to login instead....