From ca8c213e74dc79af533c10915b65cd4a3d385ac4 Mon Sep 17 00:00:00 2001 From: oxce Date: Fri, 27 Mar 2026 18:11:47 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderung=20der=20adresse=20vom=20smtp=20ma?= =?UTF-8?q?ilserver?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hosts/redmine/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/hosts/redmine/default.nix b/hosts/redmine/default.nix index d327168..6bc3d5e 100644 --- a/hosts/redmine/default.nix +++ b/hosts/redmine/default.nix @@ -90,7 +90,9 @@ services.redmine.settings.production.email_delivery = { delivery_method = ":smtp"; smtp_settings = { - address = "mail.${config.networking.domain}"; + # @tan 27-03-2026: muss an "alten" mailserver senden + #address = "mail.${config.networking.domain}"; + address = "mail.stura.htw-dresden.de"; port = 25; }; #### Alternativ waere vielleicht auch das Versand von Mails durch das Programm sendmail (als lokale Installation) moeglich.