cluster

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

commit 596177033571a11a4d4bdf3391651aa800e51628
parent bbec6e6b702177fb0504c9fdd0dbde268aaa4b49
Author: MTRNord <MTRNord@users.noreply.github.com>
Date:   Tue, 24 Mar 2026 11:41:56 +0100

Fixes

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

Diffstat:
Mapps/talos_cluster/mailserver/mailman.yaml | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/apps/talos_cluster/mailserver/mailman.yaml b/apps/talos_cluster/mailserver/mailman.yaml @@ -90,13 +90,13 @@ spec: name: mailman-passwords key: restpassword - name: SMTP_HOST - value: mail.midnightthoughts.space + value: stalwart-mail.stalwart.svc.cluster.local - name: SMTP_PORT - value: "465" + value: "587" - name: SMTP_USE_SSL - value: "true" + value: "false" - name: SMTP_SECURE_MODE - value: "smtps" + value: "starttls" - name: SMTP_HOST_USER valueFrom: secretKeyRef: @@ -108,7 +108,7 @@ spec: name: mailman-passwords key: smtp_password - name: MTA - value: postfix + value: smtp - name: MM_HOSTNAME value: mailman.mailserver.svc.cluster.local - name: HYPERKITTY_URL