cluster

Infrastructure files for Nordgedanken and Midnightthoughts.
git clone git://archive.git.mtrnord.blog/MTRNord/cluster.git
Log | Files | Refs | README

commit bbec6e6b702177fb0504c9fdd0dbde268aaa4b49
parent ad8a64475c3963ebfc1a60d3f394d1f17345de2e
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Tue, 24 Mar 2026 11:27:43 +0100

fix permissions

Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>

Diffstat:
Mapps/talos_cluster/stalwart/release.yaml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/apps/talos_cluster/stalwart/release.yaml b/apps/talos_cluster/stalwart/release.yaml @@ -117,6 +117,7 @@ spec: - "http.use-x-forwarded" - "report.domain" - "queue.*" + - "session.auth.*" - "session.rcpt.*" - "calendar.*" @@ -235,6 +236,11 @@ spec: # ── SMTP session: relay lists domain without directory lookup ───────── session: + auth: + must-match-sender: + - if: "sender_domain == 'lists.midnightthoughts.space' && authenticated_as == 'support@midnightthoughts.space'" + then: false + - else: true rcpt: directory: - if: "rcpt_domain == 'lists.midnightthoughts.space' || rcpt_domain == 'phorge.mtrnord.blog'"