mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2026-02-25 20:25:24 +00:00
* docs: add new capability required with modern K8s I had recently updated my K8s cluster and was seeing weird issues with DMS. I traced it down to a missing `MAC_OVERRIDE` capability. TBH I do not fully understand _why_ this capability is required, but it wasn't working for me in K8s 1.35.0 without it. Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> * docs: update Rspamd DNSBL docs Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> * docs: remove a non-existent link Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com> * docs(rspamd): Add Docker Compose recursive resolver example --------- Signed-off-by: Georg Lauterbach <44545919+georglauterbach@users.noreply.github.com> Co-authored-by: Brennan Kinney <5098581+polarathene@users.noreply.github.com>